EtheaDev / StyledComponents

Components similar to Delphi VCL Buttons, Toolbar, DbNavigator, BindNavigator, ButtonGroup and CategoryButtons with Custom Graphic Styles, and an advanced, full-customizable TaskDialog, also with animations!
Apache License 2.0
152 stars 34 forks source link

Order of TStyledToolbarButtons on TStyledToolbar #20

Closed lancerasmussen closed 2 months ago

lancerasmussen commented 2 months ago

Is there a way to change the index order of the buttons on the toolbar without having to go to the DFM source and cut and pasting the button block to the order to use? 3.60 installed on Delphi 12.

carloBarazzetta commented 2 months ago

When you drag-drop the button to change the position, the order of the index is not changed, like in the standard toolbar... or the standard toolbar behave differently?

lancerasmussen commented 2 months ago

When dragging the order of the buttons, it did not appear to change the index.

carloBarazzetta commented 2 months ago

Fixed in 3.6.1

carloBarazzetta commented 2 months ago

Please give me a feed-back if the problem is resolved for you!

lancerasmussen commented 2 months ago

Resolved