Upgrade to v2.5
Fyne API v2.5
app
canvas
container
package container
AppTabs
DocTabs
InnerWindow
MultipleWindows
Scroll
ScrollDirection
Split
TabItem
TabLocation
ThemeOverride
data/binding
data/validation
dialog
driver
driver/desktop
driver/mobile
driver/software
lang
layout
storage
storage/repository
test
theme
widget
Fyne API "container.Scroll"
container.Scroll
import "fyne.io/fyne/v2/container"
Usage
type Scroll
type Scroll = widget.Scroll
Scroll defines a container that is smaller than the Content. The Offset is used to determine the position of the child widgets within the container.
Since:
1.4
func NewHScroll
func NewHScroll(content fyne.CanvasObject) *Scroll
NewHScroll create a scrollable parent wrapping the specified content. Note that this may cause the MinSize.Width to be smaller than that of the passed object.
Since:
1.4
func NewScroll
func NewScroll(content fyne.CanvasObject) *Scroll
NewScroll creates a scrollable parent wrapping the specified content. Note that this may cause the MinSize to be smaller than that of the passed object.
Since:
1.4
func NewVScroll
func NewVScroll(content fyne.CanvasObject) *Scroll
NewVScroll a scrollable parent wrapping the specified content. Note that this may cause the MinSize.Height to be smaller than that of the passed object.
Since:
1.4