toolbar accessing dragGripStyle without Styler

Hello TMS team!

Is it possible to access the dragGripStyle of a TAdvToolbar programatical without
assing a ToolBarStyler?

Something like

toobar.<property> := dsDoubleLine;

Or I allways have first assign a toobarStyler to the toolbar?

Thank you!
Frank

It is required that a styler is used for this. Access to this is not exposed in another way than through the styler.

Hello Bruno,

not what I like to hear ;-)
But thank you!

Cheers, Frank

I checked this and it was fairly easy to expose it as public property. The next update will bring this as public property accessibly at TAdvToolBar level.