Abaksoft Posted May 17, 2017 Posted May 17, 2017 Hello Friends, Did somebody know how to hide UniTreeView lines ? (as a classical VCL TreeView1 --> property ShowLines = False) Thx. Quote
Sherzod Posted May 17, 2017 Posted May 17, 2017 Hi, You can use this: UniTreeView -> ClientEvents -> UniEvents -> function beforeInit: function beforeInit(sender, config) { config.lines=false; } Best regards, 1 Quote
Abaksoft Posted May 18, 2017 Author Posted May 18, 2017 Hi, You can use this: UniTreeView -> ClientEvents -> UniEvents -> function beforeInit: function beforeInit(sender, config) { config.lines=false; } Best regards, Hello DD, There remains a detail : if RTL = True then program STOP --> "Loading......" Thx in advance. Quote
Abaksoft Posted May 18, 2017 Author Posted May 18, 2017 Mmm....Sorry, it works fine (even in RTL Mode) if Node are add in DesignTime. Not in RunTime. ! I will test it more and comeback soon... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.