Skip to content

Commit

Permalink
Merge pull request #4802 from hkparker/patch-2
Browse files Browse the repository at this point in the history
update documentation line indicating all List items must be same size
  • Loading branch information
dweymouth committed Apr 26, 2024
2 parents 0b94408 + 5c7e0a8 commit 2e780b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion widget/list.go
Expand Up @@ -23,7 +23,8 @@ var _ fyne.Focusable = (*List)(nil)

// List is a widget that pools list items for performance and
// lays the items out in a vertical direction inside of a scroller.
// List requires that all items are the same size.
// By default, List requires that all items are the same size, but specific
// rows can have their heights set with SetItemHeight.
//
// Since: 1.4
type List struct {
Expand Down

0 comments on commit 2e780b0

Please sign in to comment.