Hi
Is it possible to have the width auto expand. On the standard .net dropdown list if you don't set a value for width, it expands to the width of the widest item in the list. If i remove the width setting on the webcombo it defaults to 200px.
Thanks
Richard
<DropDownLayout TableLayout="Auto" ></DropDownLayout>
Do be careful, you may have a default skin also gifting you with a default width.
Set the DropDownWidth to Empty as well as TableLayout to Auto
This also works for the heightm but watch out if you are using the Combo in Ajax mode, cause the out-of-band callback is triggered by the scrollbar, and if no scroll bar... no callback.
When I set the values above, the combo box expands to the width of the browser. I just want it to be just wide enough to fit all of the row items. Anyway to do that?