Hello I would like to do something like this with the ultra explorer bar
Group 1
Type 1 100
Type 2 200
Type 3 30
So I want an item in the group to have two columns(the first one aligned left, the second one aligned right), one for description and the other for total.
Is this possible?
Hi,
You can make the Group a ControlContainer and put whatever you like into the Group. http://help.infragistics.com/NetAdvantage/WinForms/2012.1/CLR2.0/?page=WinExplorerBar_Create_a_Control_Container_Group.html demonstrates setting the Style of the Group to Control Container.
I already knew that. But I was wondering if there was an easier way to do that. I thought I could do something like outlook: Inbox (200).
It would be nice if we could have besides Text a total or another column in the ultraexplorerbar.
Thanks.