Add auto_scroll method to scrollable widget
This commit is contained in:
parent
71e57fe889
commit
519e7ae414
4 changed files with 29 additions and 9 deletions
|
|
@ -131,7 +131,8 @@ impl Styling {
|
|||
"You did it!"
|
||||
])
|
||||
.width(Fill)
|
||||
.height(Fill);
|
||||
.height(Fill)
|
||||
.auto_scroll(true);
|
||||
|
||||
let check = checkbox(self.checkbox_value)
|
||||
.label("Check me!")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue