Reputation: 15378
I have a ListBox by clicking on repeatButton need to increase the size 2. or simply increase the step in 3\4 time?
Upvotes: 0
Views: 333
Reputation: 34240
The rate at which a RepeatButton
repeats is controlled by the RepeatButton.Interval
property. See RepeatButton for more details.
Upvotes: 1