IndicatorView.MaximumVisible 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.
Gets or sets the maximum number of indicators to display at once.
public:
property int MaximumVisible { int get(); void set(int value); };
public int MaximumVisible { get; set; }
member this.MaximumVisible : int with get, set
Public Property MaximumVisible As Integer
Property Value
The maximum number of visible indicators. The default is MaxValue.
Remarks
When the total count exceeds this value, only the most relevant indicators around the current position are shown. Useful for large collections to avoid cluttering the UI.