Customize the StandardListView widget #3299
Answered
by
hunger
Horbin-Magician
asked this question in
Q&A
-
StandardListView is a very useful widget. But it's not customizable enough, i.e. I can't show an icon. I want to know how to deeply customize this widget, or where can I see the source code for this component? |
Beta Was this translation helpful? Give feedback.
Answered by
hunger
Aug 22, 2023
Replies: 1 comment 1 reply
-
The The widgets themselves are defined in the widgets styles in |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Horbin-Magician
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
StandardListViewItem
ininternal\common\builtin_structs.rs
defines just atext
. You probably need to extend that to include more information there so that the widgets can make use of it.The widgets themselves are defined in the widgets styles in
internal/compiler/widgets/...
.