@Helga I am using a multiselect dropdown box and am having a data with big length … so will i be able to have a horizontal scrollbar ?.In below we cant see the whole data value am also facing the same issue
Nope, suggest lists do not support horizontal scroll.
Alternatively, you can calculate the necessary width using webix.html.getTextSize method. And don’t forget about fitMaster:false for suggest to avoid aligning the dropdown to the input size.
Thanks a lot @intregal … i kept the { id: “filters”, rows:[]} within the sidemenu and implemented in the similar as u suggested in the below snippet but i was not able to achieve the same. I guess it is not allowing to increase the width of the multiselect box bcos the side menu width is hindering it? is there a way to overcome it?
Thanks @intregal . I did the above implementation as u suggested, it didnt increase the width. But whatever logic i tired the width is not getting increased for both multi-combo box and side menu width. Below is the logging for the width of both of them… this width remains the same
@integral Thank u so much… https://snippet.webix.com/fdhshs4y
The above snippet is the exact scenario which i was looking for… But it didnt work for me because we are not having the version webix 5.2 .Hence it didnt work for me.we have till webix 5.1.0