AD
Administrator
Syncfusion Team
September 18, 2002 10:51 AM UTC
Ivan,
Yes, you can do this. Here are the steps:
1) Derive a class from ListBarItem.
2) Override this method:
PostExpand(ParentBarItem parent, BarItem firstChild, BarItem lastChild)
3) When this gets called, the firstChild and the lastChild are the "expanded" items and their ImageIndex and ImageList property could be set.
4) Use this derived class in place of ListBarItem, in your form.
Regards,
Praveen Ramesh