list

Hi webix team

Here our requirment is facing the responsive issue,
(1)In normal screen it’z working fine
(2)For small devices we are hidden the list1, after hidden the list1 the list2 is not adjusting to full screen

Please find the below code:
https://webix.com/snippet/40b40d4e

Thank’s in advance

Regards
Deepak

Sizes in Webix has to be set through the JS code.
All sizing-related CSS properties can interrupt inner sizing logic.

Also, if you need to adjust the list to the screen, please remove the strictly defined width and height.

Instead of the above solution, I recommend you consider built-in responsive hiding.

Hi @Listopad

Thank you so much for sharing code.

Regard’s
Deepak