Hi,
I'm searching for a solution in order to obtain an option window like Word 2010 or Excel 2010; for that reason I'm searching for a component inside Infragistics 2010.2 that allows to have the tree on left side of option window (for example to have an arrow instead of standard +/- character. Perhaps it is already possible to obtain such a solution, right now I was not able to realize.
Thak you very much for your help.
Marcello
No, I don't beleive there is any way to do this in WindowsVista style. You can get this in the normal style by turning off ShowLines and ShowRootLines and setting FullRowSelect to true. Then you can turn on HotTracking on the Override and use a HotTrackAppearance to simulate the look you want.
thank you very much for reply, I found and applied with success property. Is there a possibility to obtain an hot track behaviour in order to select full node instead of text.
Thank you for help
Oh, sorry, the property is called DisplayStyle, not Style.
There's no Office2010 style, but the Windows Vista style is very similar.
Hi, thank you for reply. I have searched for property Style in UltraTree but I was not able to find. In any case how I can obtain behaviour of Office 2010 list (HotTrack, selection) with UltraTree?
Thank you very much for help
Hi Marcello,
It sounds like you are looking for the UltraTree control.
I don't see any arrows in the tree in the Options dialog for Office2010, but if you set the Style property on the Tree to WindowsVista, the expansion indicators (+/-) will show up as a triangle or an arrow, just like in Windows Explorer.