ScrollingObjectCollection.CellsPerTier Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Number of cells in a row on up-down scroll or number of cells in a column on left-right scroll.
public:
property int CellsPerTier { int get(); void set(int value); };
public int CellsPerTier { get; set; }
member this.CellsPerTier : int with get, set
Public Property CellsPerTier As Integer