The text of this article is not in this database — only its details are. Read it on the old site: Working with a WPF RepeatButton using C# and XAML
2 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Working with a WPF RepeatButton using C# and XAML
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Subhratanu DebnathPosted Nov 17, 2014, 12:24 PM
Good example..Thanx!
Mahesh ChandPosted May 10, 2011, 4:18 PM
You can compare the width of rectangle with the width of the window. Something like this. You may need to fix the exact syntax. if (this.Width >= (Rect.Width + 10)) { Rect.Width += 10; } Apply reverse logic on the shrink button click.