ModernWpf icon indicating copy to clipboard operation
ModernWpf copied to clipboard

Dropdown won't scroll to selected item if list of elements is long

Open Valkirie opened this issue 1 year ago • 4 comments

It appears Dropdown controls are scrolling to far on open rather than putting the selected item in the spotlight.

Animation

Valkirie avatar Mar 08 '23 16:03 Valkirie

You can remove smooth scrolling to fix it. (I don't know how to fix it...

wherewhere avatar Mar 08 '23 16:03 wherewhere

Thanks. Will look for how to disable smooth scrolling.

Valkirie avatar Mar 08 '23 17:03 Valkirie

You can remove smooth scrolling to fix it. (I don't know how to fix it...

Couldn't find how to disable smooth scrolling. Can you help me here?

Valkirie avatar Jun 11 '23 13:06 Valkirie

Use ScrollViewer instead of ScrollViewerEx

wherewhere avatar Jun 11 '23 14:06 wherewhere