The list element calls the scroll bounds change callback

This commit is contained in:
2023-03-17 01:58:42 -04:00
parent 493c5210a7
commit d651570746
2 changed files with 17 additions and 22 deletions

View File

@@ -12,7 +12,7 @@ func main () {
}
func run () {
window, _ := tomo.NewWindow(480, 360)
window, _ := tomo.NewWindow(360, 240)
window.SetTitle("Scroll")
container := containers.NewContainer(basicLayouts.Vertical { true, true })
window.Adopt(container)