I\'ve got a Custom Control I\'m working on and got it to work fine on it\'s own, however when it is grids where the width is being set I\'m getting errors such as:
This question already has answers here: 'UserControl' constructor with parameters in C# (10 answers)
Hey, I am building a CustomControl that has a bunch of dependency properties and a few visual parts like, for example, a Canvas, a TextBox, etc.
I have to replay some animation. I would like to find a component suitable to let me set a start time and end time, and display the progression of the remaining duration of the animation.
Totally new to custom control creation in Silverlight. I\'m wanting a custom control that inherits from a TextBox control. I\'ve found plenty of tutorials but they all do something like watermarked t
I have a TabControl with a custom TabItem. The view xaml looks like this. <UserControl x:Class=\"PeripheryModule.Views.MainTabView\"
I\'m having a WPF Custom Control which represents me a given point on a plan (I\'m making a guide application for my studies) and I want it to looks different for different categories of the objects r
I created a custom button that inherits the Button class. I added some dependency property that I need to let the user specify how the button will look like.
Question: How do I correctly extend a custom control to work with the RequiredFieldValidator? I\'ve read this, but trying to implement it didn\'t solve the problem for me.
I am learning to create a compound control in android. For starters i tried an edit text with an attached button to clear it.