Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1510
Width of the DropDown **ITEMS**
posted

Hi ...

What's the name of the property of the DropDown **ITEMS** width ?

I'm using this for the DropDown self ... but the **ITEMS** are way too thin
- they should be aprox 180px so they nearly fill out the DropDown

_wcLedgerCategory.Width = new Unit(200);
_wcLedgerCategory.DropDownLayout.DropdownWidth = new Unit(200);

I've also tried this with NO luck ...
_wcLedgerCategory.DropDownLayout.RowStyle.Width = 200;
_wcLedgerCategory.DropDownLayout.HeaderStyle.Width = 200;
_wcLedgerCategory.DropDownLayout.FrameStyle.Width = 200;

... so what's the name of the property to make the items wider ?

rgd,
EE