diff --git a/widget/list.go b/widget/list.go index ec3748301d..88f1eecdce 100644 --- a/widget/list.go +++ b/widget/list.go @@ -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 {