SmartClient Version: v12.0p_2018-09-15/Pro Deployment (built 2018-09-15)
Go to https://www.smartclient.com/smartcli...d=dropdownGrid and add the following code after the "
" property:
This will make the fields resizable inside the ComboBoxItem. This is the feature we want.
BUT, if you make a column wider, a scrollbar will appear at the bottom of the ComboBoxItem.
Is there a way to avoid this scrollbar and have the ComboBoxItem grow to adapt to the sum of the pickListFields' width ?
Thanks !
Go to https://www.smartclient.com/smartcli...d=dropdownGrid and add the following code after the "
Code:
pickListFields
Code:
, pickListProperties : { canResizeFields : true }
BUT, if you make a column wider, a scrollbar will appear at the bottom of the ComboBoxItem.
Is there a way to avoid this scrollbar and have the ComboBoxItem grow to adapt to the sum of the pickListFields' width ?
Thanks !
Comment