custom-controls
Complex type inside custom control in ASP.NET 4.0
How can I setup a complex property inside a custom control, I have tried the following. The problem is that I can\'t access the complex property inside the custom control class.[详细]
2023-03-22 02:31 分类:问答JQuery Reference object instance when bind on dynamically created element i.e. Custom Control
I\'m implementing a client-side \'custom control\' but I\'m struggling to get a reference to the the object that created the control in my event handlers. Its best explained with some boiled down code[详细]
2023-03-21 16:27 分类:问答RegisterClassHandler vs. AddHandler In WPF Custom Control
When writing a WPF custom control, there is sometime the need to capture child elements events in order to implement some logic.[详细]
2023-03-21 13:39 分类:问答How to add MEF support to a Silverlight custom control
I want to make my custom control extensible (ie master/detail, search, etc). Each instance of the custom control would request its functionality via a property.[详细]
2023-03-21 12:52 分类:问答What Control(s) would you use to represent this MS Word "Control"?
The below is from a Word Form that I am bringing into a .Net Winforms App.I am curious as to how some of y开发者_JAVA百科ou would accomplish this.As far as I know there are not any existing controls t[详细]
2023-03-21 08:33 分类:问答Changing the Content Template of a custom control when a property changes
I\'m fairly new to WPF and I\'m not sure how to do what I want to do. I\'ve built a custom control that I call a Volume Control.It has 2 RepeatButtons in it, 1 for increasing the value of the Volume[详细]
2023-03-21 08:26 分类:问答Highlighting control when mouse is over child control
I have a silverlight templated control that changes opacity when you hover it . However when user points cursor to its child control the effect wores off. I want to have开发者_运维技巧 the control hig[详细]
2023-03-21 05:09 分类:问答SILVERLIGHT CUSTOM templated control GetTemplateChild()
I want to retireve control from ControlTemplate located in the resource dictionary. I have completed these steps :[详细]
2023-03-20 23:52 分类:问答OnApplyTemplate method does not get called when the custom control is being rendered
I have made a custom control for windows phone 7. If I use this control in XAML code, it shows up in both the designer and the emulator.[详细]
2023-03-20 14:32 分类:问答Transparent TCustomControl?
I need to create transparent component inheriting from TCustomControl.. so it is custom painte开发者_JAVA百科d, yet is container for other components.[详细]
2023-03-20 14:09 分类:问答