-
Home
-
API
-
Avalonia.Controls.Selection
-
SelectionNodeBase
-
Methods
-
CommitSelect(Int32, Int32)
CommitSelect(Int32, Int32) Method
Definition
If RangesEnabled, adds the specified range to the selection.
protected int CommitSelect(int begin, int end)
Parameters
- begin
- Int32
The inclusive index of the start of the range to select.
- end
- Int32
The inclusive index of the end of the range to select.
Returns
- Int32
- The number of items selected.