Top "Custom-controls" questions

A custom control is a reusable GUI element, derived from an existing control type, customized with additional behavior, functionality and/or appearance.

iPhone - Where can I find a custom Calendar-like date picker?

Does anybody knows where can I find a Date Picker - like the one used by Apple in Calendar app? …

iphone ios custom-controls
How to customize a ListField in BlackBerry?

I want to customize a ListField in BlackBerry which would be able to list an image and text in a …

user-interface blackberry custom-controls listfield
There are no components in DLL that can be placed on toolbox

I 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 toolbox
Create an ICommand Bindable property on Xamarin Forms

I have a custom checkbox control that I created with an ICommand property and the corresponding bindable property (my checkbox …

xamarin xamarin.forms custom-controls bindable
How to wire up a click event for a custom usercontrol button? Should I use CustomControl?

I wanted to create a button that had an image and a textblock as content. So I went about looking …

wpf user-controls custom-controls mouseevent
When I use custom stars for Android RatingBar, always show half star for decimal values below 0.5

I've looked up a number of posts (e.g. Android RatingBar change star colors, Change the color of the stars …

android custom-controls ratingbar
define Custom Event for WebControl in asp.net

I 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-event
Custom control OnApplyTemplate called after dependency property callback

I'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-controls
Blackberry - how to resize image?

I 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-scaling
creating custom itemscontrol

I'm trying to create a custom control derived from ItemsControl. The ItemsControl is initialized with items, but they are not …

wpf custom-controls itemscontrol