ListView is not rendered
#2774
-
Beta Was this translation helpful? Give feedback.
Answered by
tig
Jul 26, 2023
Replies: 2 comments 1 reply
-
Most likely this is because you have not specified a size for the ListView. Try: var stepSelection = new ListView(StepKeys) { Y = Pos.Bottom(length), Height = 5, Width = 20 }; |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
DerTev
-
Ah, that works, thanks! Is Height here the height of items that would fit in the height of the element? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Most likely this is because you have not specified a size for the ListView.
Try: