How can listbox be made to scroll smoothly?



How can listbox be made to scroll smoothly?..

Answer / 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

More WPF Interview Questions

What does wpf stand for?

1 Answers  


Give the Name of different Types of Triggers in WPF?

1 Answers   Tech Mahindra,


What are triggers and its type in wpf?

1 Answers  


What class is used to save and load the content of a richtextbox?

1 Answers  


Why is mvvm better for wpf?

1 Answers  


What is wpffontcache_v0400 exe?

1 Answers  


What is difference between DynamicResource property and StaticResource Property in WPF?

1 Answers  


How to disable the parent window while a popup is active wpf?

1 Answers  


What are binary resources in wpf?

1 Answers  


Which is the base class of all the user-interactive elements in WPF ?

1 Answers   Sans Pareil IT Services,


What is a prism in wpf?

1 Answers  


What is wpf directx?

1 Answers  


Categories