Hi,
I am using UltraWintree Whose Displaystyle is "WindowsVista" and ViewStyle is "Standard"
And its NodeStyle is "OptionButton".
I want node Hilite of Treeview to be full Node Including RadioButton(See snap).
Hilite should Cover RadioButtonAlso
So how can it be done.
A node's selected state is depicted by an element that does not include the area in which option buttons, shcekboxes, or expansion indicators are displayed. You can probably change the way it appears using the IUIElementDrawFilter interface, by doing something like drawing a rounded rectangle in the DrawElement implementation for the TreeNodeUIElement., for the AfterDrawBackColor phase.