I would like to show the vertical scrollbar on the LEFT side of the Tree
Is this possible?
PS> I am working in Vb.net
Hi,
Thank you for posting in our forums.
What you could do in order to achieve this is to use the CreationFilter interface in order to slap the node area UIElement and the ScrollBar UIElement. For more information on the interface, please follow this link:
http://help.infragistics.com/Help/Doc/WinForms/2012.2/CLR4.0/html/Win_Creation_Filter.html
I have attached a small sample that demonstrates this suggestion.
Please let me know if you have any additional questions.
awesome thanks