Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/lxn/walk
/ SetLayout
Method
SetLayout
scrollview.go:124–126 ·
view source on GitHub ↗
(value Layout)
Source
from the content-addressed store, hash-verified
122
}
123
124
func
(sv *ScrollView) SetLayout(value Layout) error {
125
return
sv.composite.SetLayout(value)
126
}
127
128
func
(sv *ScrollView) Name() string {
129
if
sv.composite == nil {
Callers
nothing calls this directly
Calls
1
SetLayout
Method · 0.65
Tested by
no test coverage detected