mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
LibGUI: Automatically scroll to a new column on adding it in ColumnsView
This commit is contained in:
parent
35e3df7f13
commit
70885a3dee
Notes:
sideshowbarker
2024-07-17 16:23:55 +09:00
Author: https://github.com/krkk
Commit: 70885a3dee
Pull-request: https://github.com/SerenityOS/serenity/pull/16700
3 changed files with 10 additions and 0 deletions
|
@ -56,6 +56,7 @@ public:
|
|||
|
||||
void scroll_to_top();
|
||||
void scroll_to_bottom();
|
||||
void scroll_to_right();
|
||||
void update_scrollbar_ranges();
|
||||
|
||||
void set_automatic_scrolling_timer_active(bool);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue