Questions tagged [repeatbutton]

in WPF, RepeatButton is a control that raises its Click event repeatedly from the time it is pressed until it is released.

26 questions
0
votes
1 answer

WPF - Change ContentTemplate in DataTrigger of RepeatButton

I got the following issue which I need some help with. (The code is simplified to show the problem I'm having) I got a repeat button with a contenttemplate and style:
ultddave
  • 188
  • 1
  • 11
0
votes
1 answer

How to retain default hover effect for my custom WPF RepeatButton

When I create a custom WPF control, I usually retain the usual default appearance and effects. For example, this includes the default blue hover over a button. I have created a custom TabControl with scrollable tabs. For whatever reason, the…
guesser
  • 672
  • 6
  • 11
0
votes
2 answers

How edit repeatButton Interval?

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
Mediator
  • 14,951
  • 35
  • 113
  • 191
0
votes
1 answer

WPF Initial Delay on RepeatButton

How can I set an initial delay on a RepeatButton(before first click event is fired) when ClickMode is 'Hover' ?
NVM
  • 5,442
  • 4
  • 41
  • 61
0
votes
1 answer

How to change scrollbar repeatButton to image then thumb is moving. WPF xaml

I have to insert image in xaml, that if the thumb is on top it has to be like 1st image , the second image show, how it has to look like if thumb is in the middle, and 3rd - thumb in the bottom. So how to do it? Already I put two images (Yellow…
LTU
  • 195
  • 1
  • 3
  • 18
0
votes
0 answers

How to know when I have reached the end

I have this touch screen wpf application that uses templates and I need to know when I am at the end of a list using the scrollviewer and the Repeat buttons, I need to have a hook to some C# code I have tried a lot of different things (I am new to…
0
votes
2 answers

WPF RepeatButton content alignment?

I have a repeatbutton in WPF. The height of buttun is set to 10 because of the space limitation. Now the content of the repeatbutton is not displaying because, I think, the alignment of the content has some problem. I am wondering is there any way…
Ono
  • 1,357
  • 3
  • 16
  • 38
0
votes
1 answer

WPF RepeatButton with Pressed VisualState

1) my repeat button visual state is a rectangle which Stroke go's from Transparent to Gray when pressed, this visual state change occurs only once on Pressed, since this is a repeat button i would like the visual state change to re occur (like a…
eran otzap
  • 12,293
  • 20
  • 84
  • 139
0
votes
1 answer

repeat button wpf not firing off click event

Hello community I have the following xaml.
DoubleDunk
  • 909
  • 3
  • 11
  • 29
0
votes
1 answer
0
votes
1 answer

issue in RepeatButton in wpf

CHANDRA
  • 4,778
  • 8
  • 32
  • 51
1
2