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
Nevermind ... I found out how to do it, it's the column property.-
e.Layout.Bands[0].Columns.FromKey("TypeDescription").Width = 180;