MCPcopy Create free account
hub / github.com/DEROFDN/Engram / NewVScroll

Function NewVScroll

custom.go:215–217  ·  view source on GitHub ↗

NewVScroll places content in a VScroll container for mobile orientations and scrolling

(content *fyne.Container)

Source from the content-addressed store, hash-verified

213
214// NewVScroll places content in a VScroll container for mobile orientations and scrolling
215func NewVScroll(content *fyne.Container) *container.Scroll {
216 return container.NewVScroll(container.NewCenter(content, widget.NewLabel("")))
217}

Callers 15

layoutMainFunction · 0.85
layoutDashboardFunction · 0.85
layoutSendFunction · 0.85
layoutServiceAddressFunction · 0.85
layoutNewAccountFunction · 0.85
layoutRestoreFunction · 0.85
layoutAssetExplorerFunction · 0.85
layoutMyAssetsFunction · 0.85
layoutAssetManagerFunction · 0.85
layoutTransfersFunction · 0.85
layoutTransfersDetailFunction · 0.85
layoutTransitionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected