-
Hi, I'm trying to implement a TXT reader based on Is it normal? Or by design, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Depending on what it is you're wanting to do, you'll probably find that |
Beta Was this translation helpful? Give feedback.
ListItem
is really designed for lists on the smaller side, each item in the list is a widget in its own right (and in turn can contain multiple widgets). Adding lots of widgets will slow things down a wee bit.Depending on what it is you're wanting to do, you'll probably find that
OptionList
is better suited to your needs here; it's just a single widget and can contain lots of content without any noticeable impact.