Hi,
I've got an ancestry object uo_ms_tv inherited from treeview:
forward
global type uo_ms_tv from treeview
end type
end forward
We've been asked to change the selected item color from the default Windows color to a color that follows our branding colors.
We've done that on all of our datawindows by getting rid of SelectRow and using setRow with a detail row background color Modify event.
I see that this treeview object doesn't have any properties that would allow me to attempt the same thing.
So my question is: is there a way to convert a treeview user object into a treeview datawindow easily? I think we could apply expressions to a treeview datawindow.