Answer Posted / Kanchan Singh
To make a ListBox scroll smoothly, you can set the ScrollViewer.PanningMode property to both horizontal and vertical (ScrollViewer.PanningMode="Both") and the ScrollViewer.IsDeferredScrollingEnabled property to false (ScrollViewer.IsDeferredScrollingEnabled="False"). You may also need to set the ListBox's ItemTemplate, so that the items are well-defined.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category