I have a list box that will hold several hundred items. When the user adds a new item, it will be at the bottom of the list and they will be editing it.
Is there any way to add some white space between the last item and the end of the list box, so the user can scroll the last item up?
Just like you can do in the visual studio code editor, you can scroll down past the end of the text to a certain point and move the last line up.
Thanks
Set the ItemsPanel to a StackPanel and add a bottom margin to the StackPanel.