This property sets the number of rows displayed in the Thumbnail Control.
[Visual
Basic] thumbcontrolname.RowCount [
= Integer ]
[Visual C++] [
short = ]thumbcontrolname.GetRowCount()
thumbcontrolname.SetRowCount(short Val)
thumbcontrolname.SetRowCount(short Val)
Property Value
The number of rows displayed (1 or more)
Explanation
The RowCount property sets the number of rows displayed in the Thumbnail Control. The RowCount and ColCount 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.