The cl_gui_column_tree control does not have the functionality to respond to a single mouse click. You can use the selection_changed event but it locks out other desired functionality. Does anyone out there know how to, or have documentation on, how to add a new event to a control. Also looking to add tool tips to items on the tree.
define the mtreeitm-class as
mtreeitm-class = cl_gui_column_tree=>item_class_link
then u can use link_click event.
To get the quick info u can set the parameter
mtreeitm-TXTISQINFO.
Regards
Raja
Add a comment