-
-
Notifications
You must be signed in to change notification settings - Fork 202
[DevIndex] Rename Control Tabs & Add Buffer Settings #9164
Copy link
Copy link
Closed
Labels
Description
Enhance the DevIndex controls by renaming tabs for clarity and exposing buffer settings for performance tuning.
- Rename Tabs:
- "Filters" -> "Search"
- "Selection" -> "Settings"
- Move Controls:
- Move "Show Animations" CheckBox from "Search" to "Settings".
- Add Buffer Settings:
- Add "Buffer Row Range" ComboBox to "Settings".
- Add "Buffer Column Range" ComboBox to "Settings".
- Implement Logic:
- Add
onBufferRowRangeChangeandonBufferColumnRangeChangetoMainContainerControllerto updategrid.body.
- Add
These settings allow users to tune the rendering buffer (the number of rows/columns rendered off-screen) for smoother scrolling.
Reactions are currently unavailable