I'm using Ultralistview to display items by group and view property is set to Icons. I can group items with image displayed ahead of each item. But now what I need is to put some items under a certain sub-groups, and then put the sub-griups under another group. Like the following: Item1 and Item2 are members of SubGroup1 and I wanna put the subGroup1 under CompositeGroup. Is there any way or workaround to meet my need??
And also I need to put an icon/image before the group header text, eg. put an image in front of subGroup1, how should I do?
Thanks a lot
1. I'm not sure that I fully understand your requirements, but you can get an item's text underlined by setting the UltraListViewItem.Appearance.FontData.Underline property.
2. Yes; use the UltraListViewGroup.Appearance property. The foreground-related properties (Image included) of that appearance are applied to the header.
3. Sorry, I wasn't able to understand this one. You didn't mention how you removed the header line, so I'm not sure how to advise you on removing it only for certain groups, although that probably only requires a condition somewhere that checks the group before executing the logic.
Thanks for your reply.
No, UltraListView does not support this kind of behavior. Note that you can get something that looks like this using our UltraTree control.