This property sets the number of columns displayed in the Thumbnail Control.
[Visual
Basic] thumbcontrolname.ColCount [
= Integer ]
[Visual C++] [
short = ]thumbcontrolname.GetColCount()
thumbcontrolname.SetColCount(short Val)
thumbcontrolname.SetColCount(short Val)
Property Value
The ColCount sets the number of colums displayed (1 or more)
Explanation
The ColCount property sets the number of columns displayed in the Thumbnail Control. The ColCount and RowCount properties determine the total number of images displayed at one time as thumbnails.
Setting this value
This value can be set at design-time and run-time.Retrieving this value
This value can be retrieved at run-time.