Thursday, June 24, 2010

Expand Infragistics UltraWebListBar programmatically

At first I thought UltraWebListbar1.Groups[0].Expanded would do the trick, but it didn't work. It's possible that Expanded is a read only property. After looking at the documentation, I found that UltraWebListbar1.SelectedGroup was what I needed!

No comments: