As we know default List box shows list of items in vertical Format. We need to scroll down to view all Items. If you want to show Items horizontally with the horizontal Scrollbar then it can be done with the following way:
1) You need to first setup < ListBox > in XAML Design. < ListBox > should contain < ItemsPanelTemplate > to where it will change the default template of < ListBox > from vertical to horizontal by adding < StackPanel > with its orientation as...(read more)
↧