ListView is not rendered
#2774
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 }; |
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? |
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: