A have ListBox and 4 Items. 2 visible 2 colpased:
Click:
-this bad!
I need this:
I need Set in reapeatButton change Interval!?!? how to do it
A have ListBox and 4 Items. 2 visible 2 colpased:
Click:
-this bad!
I need this:
I need Set in reapeatButton change Interval!?!? how to do it
What you want is for the list box to scroll by two lines for every one time you click the repeat buttons. Here is a behavior that you can add to your
ListBox
that will do just that.First add this namespace:
and the corresponding reference to your project.
Then the XAML looks like this:
and here is the behavior: