ListBox

Allows the user to select an item from a list of items.



<ListBox Name="ListBox_Name" 
        HorizontalAlignment="Stretch"
        VerticalAlignment="Stretch"
        Grid.Column="1"
        Grid.Row="1"
        Margin="0">

   <ListBoxItem Content="Monday" > </ListBoxItem>
   <ListBoxItem Content="Tuesday" > </ListBoxItem>

</ListBox>



© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext