| | | 
StrataFrame User
       
Group: StrataFrame Users Last Login: 09/04/2008 3:51:49 PM Posts: 416, Visits: 1,568 |
| | I have been regularly using the TopMostDescription and TopMostValue properties of the SF-wrapped DevEx ComboBoxEdit control. With the recent update to 1.6.5 this new property showed up: TopMostDropDown. Can someone fill me in on its purpose? How do I use it? Thanks, Bill |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Today @ 4:58:13 AM Posts: 4,379, Visits: 4,421 |
| This property is not for use with the DevEx combo, sorry . A while back we added support to our combo for multi-columns. That is what this is for. When you use the SF combo and are using multi-columns, then the drop down will need to respect that, including the TopMostItem. So this is a property of the TopMostItem class which you can see in the DevEx class, but it has no effect. |
| | | | 
StrataFrame User
       
Group: StrataFrame Users Last Login: 09/04/2008 3:51:49 PM Posts: 416, Visits: 1,568 |
| | |
|
|