user2727133
user2727133

Reputation: 309

WPF ListBox Scrolling Dilemma

I ran into kind of a dilemma with WPF's scrolling behavior in a ListBox:

Is there a way to have ListBox scrolling just work correctly?

Upvotes: 0

Views: 662

Answers (1)

user2250152
user2250152

Reputation: 20833

To the point one:

Did you try to set ScrollViewer.CanContentScroll="False"?

Upvotes: 1

Related Questions