By Greg McGuffey - 1/9/2007
I'm attempting to setup the ListViewPopulationSetting for a SF ListView in code. I looked at the generated code in the designer file and there is a FormatString setting (on the ListViewPopulationSetting object). There are also FormatString settings for each column (which I understand). What is this property for? It is set to {0} in the designer.
|
By StrataFrame Team - 1/9/2007
The FormatString setting on the object is not used. The ListViewPoulationSettings class inherits from ListPopulationSettings (which is used for combo boxes and simple lists). The ListView settings class is more specific and needs a format string for each of the columns.
|
By Greg McGuffey - 1/9/2007
Ah! Thanks. It makes sense now
|
By StrataFrame Team - 1/11/2007
No problem
|