i want to create a field that looks like this ....can any one tell me how this could be done which field could i use where in i can select values by using the trackball/wheel or in case of storm开发者
i\'m building a Videoplayer custom control (Project called WpfCustomControlLibrary1) and want to add a Load Command.
I\'m developing a winform Windows Mobile 5.0 or above application with .NET Compact Framework 2.0 SP2 and C#.
I\'m a bit in a mess with how to set a Dependency Property for Custom Co开发者_如何学JAVAntrol.
I want to customize a ListField in BlackBerry whi开发者_如何学JAVAch would be able to list an image and text in a row.
I am needing to create a custom control. Basically, I\'m wishing to create a light weight(and better using jquery) Accordion control.
I have custom drawn fields which are focusable. Normally the default focus color is Blue which obviously doesn\'t match to every theme.
I try to use enum type as a dependency property in my custom control, but always get an error: public enum PriceCategories
In Xaml page I reference my custom control this way: <MyNamespace:CustControl x:Name=\"Cust1\" />
I have a custom control with a TextBlock inside it: <Style TargetType=\"{x:Type local:CustControl}\">