I need to have a webcombo that auto resizes, like the asp.net control dropdown list.
We need to have the display text showing as users maybe reviewing data and need to see the full text without scrolling or clicking on the item.
I have tried setting it to a CSS class width:auto; but this doesn't work.
Any help would be appreciated
Thanks
Richard
Hello,
Set the width to 100%. You may also want to set the DropdownWidth under DropDownLayout to 100% so that the dropdown portion also adjusts with the display area.