IndicatorView.MaximumVisible Property

Definition

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.

Applies to