Skip to main content

CommitSelect Method

If RangesEnabled, adds the specified range to the selection.

Definition

Namespace: Avalonia.Controls.Selection
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

protected int CommitSelect(
int begin,
int end
)

Parameters

  Int32
The inclusive index of the start of the range to select.
  Int32
The inclusive index of the end of the range to select.

Return Value

Int32
The number of items selected.

See Also

Reference

SelectionNodeBase(T) Class
Avalonia.Controls.Selection Namespace