How to add a scroll bar inside the Listbox and handle the multiple Listbox items Selected in silverlight3. I tried with the Following code. Whether we need to give the ListBox inside a ScrollViewer or. I have given the Scroll Visibility for ListBox but it is not coming.
Thanks,
Priya LingePosted Sep 20, 2011, 6:20 AM
1.ScrollViewer.VerticalScrollBarVisibility="Visible"
2.SelectionMode="Multiple" for multiple selection of listbox items.
I did this changes in ur application.
Please check attached codefile .
Thanks.
vijay ragsPosted Sep 20, 2011, 10:54 AM
Priya LingePosted Sep 20, 2011, 6:48 AM
If Height of the listbox or tht grid is large and data which is coming
from service is small,then also scrollbar not appeare.
In my case i have listbox height=100,data rows is 9(customer name=9)
i get the scrollbar for my listbox.
Its depends on height of ur listbox also grid where u place ur listbox.
Thanks.
vijay ragsPosted Sep 20, 2011, 6:38 AM
I already tried with these things. But my grid column/row width/height is small. Is there any thing related to that.