Basically I want to create a form. It might be a little long after I am done so I wanted to use a list box so the form is scrollable. I would like to have a label with a text box next to it for input from the user. How can I have the label and text box side by side in the list box?
Also, if anyone has any other suggestions on how to create a form please let me know.
Do not use a ListBox to add scrolling capability, use the ScrollViewer for that.
Could you sketch/draw an image that explains your ideas?
There are many other options. E.g., you could put the ScrollViewer inside the Border in my example. That would make the content of the Border scrollable instead of the entire form. Key is to determine what you want it to look like and how you want it to behave.
The best way to do that is by drawing or prototyping in a designer such as Expression Blend.