I can add items to groups, and I can set up the DataBindings on the ultraExplorerBar. But I can't figure out how the 2 are supposed to work together.
Basically what I would like to do is have a collection of widget instances, and bind them to the UltraExplorerBar.Groups[index].Items somehow. The purpose of this would be to have the control automatically reflect changes that I make to items in my collection. Is that possible or am I just thinking about this wrong?
Can anyone help explain, or perhaps point me to some sample code for utilizing DataBindings on this control?
Thanks in advance,
Greg
What you are describing here is not possible, the control does not support complex data binding.