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.

Custom Control referenced by 'RequiredFieldValidator' cannot be validated

Question: How do I correctly extend a custom control to work with the RequiredFieldValidator? I've read this, but trying to …

c# asp.net custom-controls requiredfieldvalidator validation-controls
Removing gloss from progressbar?

So I was suggested to use WPF forms to make a custom UI for my applications. The first thing I …

wpf user-interface custom-controls
Slider/Trackbar alternative

Anyone know of a custom control that looks like this Volume control http://img806.imageshack.us/img806/9366/volumecontrol.png and …

c# winforms user-controls custom-controls trackbar
How can I tell if a Delphi control is currently visible?

I need a way to for a custom control (descended from TCustomControl) to tell if it is currently visible. I'm …

delphi custom-controls visible paint
ASP.NET custom control: when is LoadPostData() called?

I have developed a custom control that extends ListBox. The idea is that the control 'remembers' modifications to its elements …

asp.net postback custom-controls viewstate postdata
Custom Designer for a Control

I've got a custom class which derives from SplitContainer: namespace Builder.Components { public partial class ProjectSidebar : SplitContainer { public ProjectSidebar() { InitializeComponent(); } } } …

c# winforms custom-controls designer
JavaFX custom control (TextField) not working

I am trying to make a custom control with JavaFX and SceneBuilder 1.1. I have this code: FXML <?import libreria.…

custom-controls javafx-2 javafx fxml scenebuilder
AutoCompleteTextView with custom list: how to set up OnItemClickListener

I am working on an app which uses tags. Accessing those should be as simple as possible. Working with an …

android xml custom-controls autocompletetextview android-cursor
Display simple HTML in a native BlackBerry application

I want to be able to display some simple chunks of HTML in my native BlackBerry app, NOT returned from …

html user-interface blackberry custom-controls browserfield
iPhone / iOS custom control

I would like to know how to create a custom iPhone control from scratch, or using an existing library or …

iphone ios opengl-es custom-controls