[scriptable, uuid(ab6fe746-300b-4ab4-abb9-1c0e3977874c)]
Attributes
The current column.
The current item (the one that gets a focus rect in addition to being selected).
This attribute is a boolean indicating whether or not the "select" event should fire when the selection is changed using one of our methods. A view can use this to temporarily suppress the selection while manipulating all of the indices, e.g., on a sort. Note: setting this attribute to false will fire a select event.
The selection "pivot". This is the first item the user selected as part of a ranged select.
The tree widget for this selection.
Methods
Called when the row count changes to adjust selection indices.
Indicates whether or not the row at the specified index is part of the selection.
Select the range specified by the indices. If augment is true, then we add the range to the selection without clearing out anything else. If augment is false, everything is cleared except for the specified range.
Compare to:
