Categorygithub.com/hujun-open/sbar
repositorypackage
0.2.0
Repository: https://github.com/hujun-open/sbar.git
Documentation: pkg.go.dev

# README

Overview

PkgGoDev

sbar is a fyne widge for scrollbar. example

Usage

following is an example of using a vertical scrollbar:

	win.scrollBar = sbar.NewSBar(win.onScrollChange, false)
	win.SetContent(fyne.NewContainerWithLayout(
		layout.NewBorderLayout(nil, nil, nil, win.scrollBar),
		win.scrollBar, somewidget))

function win.onScrollChange is called whenever scollbar is dragged