SelectableListSelection.cs declarations
Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/Controls/SelectableListSelection.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-graph/Editor/GraphView/Controls/SelectableListSelection.cs
Source file hash: sha256:cbb20b8cdd3fb785176e579344f1132872eac4a90ada4f0efc4dfa6a97ea36ca
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: SelectableListSelection
Section titled “Type: SelectableListSelection”Original lines: 15-483
Declaration hash: sha256:79c69219b34c41cfd54986c441b88a6437d684e215fe6d4ad68d666f7b309c00
public static class SelectableListSelection{}Method: FindInitialIndex(IReadOnlyList<VisualElement> rows)
Section titled “Method: FindInitialIndex(IReadOnlyList<VisualElement> rows)”Original lines: 26-60
Declaration hash: sha256:9471591c51688d6aa053594c643c81a2f04094054998eb9f7933bf269c6f6465
public static int FindInitialIndex(IReadOnlyList<VisualElement> rows);Method: Reveal(ScrollView scroll, VisualElement row, bool center)
Section titled “Method: Reveal(ScrollView scroll, VisualElement row, bool center)”Original lines: 66-87
Declaration hash: sha256:111d06f60d4414049690beb8bf590e10c1538a6614b14c2a647018c0a67d05c0
public static void Reveal(ScrollView scroll, VisualElement row, bool center = false);Method: Reveal(ListView list, int itemIndex, bool center)
Section titled “Method: Reveal(ListView list, int itemIndex, bool center)”Original lines: 93-115
Declaration hash: sha256:de46575f773e326b57c3a36521e54fd43a8caeebfa210dd663074fa8309dd6ea
public static void Reveal(ListView list, int itemIndex, bool center = false);