tAdvTreeView and custom editor

Hi

In tAdvTreeview it is possible to use custom editor (in your sample you use a TTrackBar), that's great.

My question is : is it possible to change properties of this editor ? with your sample how to set the tTrackBar TickMarks property to tmBoth in place of the default on (tmBottomRight)

regards
olivier

In the event OnGetInplaceEditorRect, you can access it as:

(TMSFNCTreeView1.GetInplaceEditor as TTrackBar)

and set its properties from there.

Thanks a LOT

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.