Skip to content

Commit 5c66f3e

Browse files
authored
feat(tui-scrollview): add scrollbars visibility handling (#45)
Scrollbars can now be set to never display, always display or automatically display (default).
1 parent e65caad commit 5c66f3e

File tree

2 files changed

+319
-48
lines changed

2 files changed

+319
-48
lines changed

tui-scrollview/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,5 @@
7979
mod scroll_view;
8080
mod state;
8181

82-
pub use scroll_view::ScrollView;
82+
pub use scroll_view::{ScrollView, ScrollbarVisibility};
8383
pub use state::ScrollViewState;

0 commit comments

Comments
 (0)