Page 1 of 1
** SOLVED *** Problem with order property
Posted: Mon Sep 21, 2020 12:13 pm
by semyonl
- New feature: Added ‘Order’ property. The order property can be used to control the display order of the columns. This can be useful to define a different column order in breakpoints.
The order changes in all breakpoints of the LayoutGrid.
Re: Problem with order property
Posted: Mon Sep 21, 2020 12:30 pm
by Pablo
Did you also change the 'overflow' property?
See the information in the help.
Re: Problem with order property
Posted: Mon Sep 21, 2020 1:06 pm
by crispy68
make sure the overflow is NOT set to none. Setting it to none makes the settings the same in all breakpoints. Set it to 'hidden'.
Re: Problem with order property
Posted: Mon Sep 21, 2020 3:43 pm
by semyonl
Thank you. It helps me.