protected override void DrawScrollView() { if (rowIndex >= 0) { excelEditor.DisplayRow(rowIndex); } }
protected virtual void DrawFoldoutContent(int index) { EditorGUI.indentLevel++; excelEditor.DisplayRow(showRows[index]); EditorGUI.indentLevel--; DrawBottom(false, index); }