Problem: I havea ListBoxwith items
having differentheights.When I clickon an itemthat is partiallyvisible
jumps(scrolls)the elementuntil it is completelyvisible.I click
onabutton,then
the clickeventisnot executed
becauseitscrollsfirst.Or ifa combo boxis selected then it scrolls theListBoxandcomboboxentries are displayedat theprevious location.
Conditionof theListBox: ScrollViewer.CanContentScroll= "True"
Conditionof theListBox: ScrollViewer.CanContentScroll= "True"
Beat Wuethrich