wpf listbox no vertical scroll bar

M

mp

new to wpf
i put a stack panel on a form
put 3 listboxes in stack panel
lb1 got filled with data that exceeded height of lb(no vert scroll bar
appears)
lb2 got filled with data that exceeded width of lb(horiz scroll bar did
appear)
what am I doing wrong
thanks
mark
 
M

mp

mp said:
new to wpf
i put a stack panel on a form
put 3 listboxes in stack panel
lb1 got filled with data that exceeded height of lb(no vert scroll bar
appears)
lb2 got filled with data that exceeded width of lb(horiz scroll bar did
appear)
what am I doing wrong
thanks
mark
found it,
if multiple line text is added to an item in a listbox no scroll bar
appears
when the full text spills past the listbox size
if the lines are added one at a time scroll bar does appear
mark
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top