A custom control is a reusable GUI element, derived from an existing control type, customized with additional behavior, functionality and/or appearance.
Does anybody knows where can I find a Date Picker - like the one used by Apple in Calendar app? …
iphone ios custom-controlsI want to customize a ListField in BlackBerry which would be able to list an image and text in a …
user-interface blackberry custom-controls listfieldI have a DatePicker custom control that I am trying to add to toolbox. The name of the file is …
c# visual-studio-2012 dll custom-controls toolboxI have a custom checkbox control that I created with an ICommand property and the corresponding bindable property (my checkbox …
xamarin xamarin.forms custom-controls bindableI wanted to create a button that had an image and a textblock as content. So I went about looking …
wpf user-controls custom-controls mouseeventI've looked up a number of posts (e.g. Android RatingBar change star colors, Change the color of the stars …
android custom-controls ratingbarI need to define 3 events in a Custom Control as OnChange, OnSave, and OnDelete. I have a GridView and work …
c# asp.net custom-controls web-controls custom-eventI'm developing my first WPF custom control and I'm facing some problems, here's a simplified version of the code I'm …
wpf custom-controlsI wanted to know if we can resize an image. Suppose if we want to draw an image of 200x200 …
graphics blackberry drawing custom-controls image-scalingI'm trying to create a custom control derived from ItemsControl. The ItemsControl is initialized with items, but they are not …
wpf custom-controls itemscontrol