Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
|
Because these are enumerated values. The Search fields on the BD, maybe at some point. But eh columns on teh ListView are standard .NET ListViewColumns...not SFListViewColumns. So for this to work on a ListView we would have to create our own columns types...so at this point we may as well not inherit from the ListView at all and write our own...which a localization key is DEFINITELY not worth that kind of energy. Maybe the next version of the ListView.
|