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.

Trying to change the Border Color of a label

I'm working in VB, VS2008, winforms. I've got some labels to create, and I'm using the BorderStyle = FixedSingle. Is there …

.net vb.net winforms custom-controls
Custom pictures for checkbox?

I would like to show checkbox as toggle button. But I can't apply my custom pictures to it with CCS …

html css checkbox custom-controls
Disable changes on seekbar by client

I have a SeekBar that will change the progress when I require it to, but I don't want the user …

android custom-controls seekbar
How to place buttons over Image in android?

I want to create a custom view like this. I tried the following <FrameLayout xmlns:android="http://schemas.android.…

android android-layout custom-controls
Blackberry User Interface Design - Customizable UI?

I am trying to design a Blackberry Application and I am wondering if there are any resources on how to …

user-interface blackberry custom-controls skin
Creating a WPF Hybrid Control (TreeView + DataGrid = DataTreeGrid)

I need to create a TreeView that hold synchronized data, like a DataGrid. To clarify, take a look at this …

wpf datagrid treeview custom-controls
Design-time package fails to build - File not found: 'Graphics.dcu'

In Delphi XE2, I have a single control in a pair of design/run time packages. Originally, everything was working …

delphi scope custom-controls delphi-xe2
Interface Builder - Failed to load designables from path (null)

I have some custom controls I have created and I'm them using in a new project. However, I keep getting …

ios interface-builder xcode6 custom-controls ibdesignable
How can I manually tell an owner-drawn WPF Control to refresh/redraw without executing measure or arrange passes?

We are doing custom drawing in a control subclass's OnRender. This drawing code is based on an external trigger and …

wpf custom-controls redraw invalidation onrender
How can a control handle a Mouse click outside of that control?

I'm writing a custom control and I'd like the control to switch from an editing state to it's normal state …

c# wpf custom-controls mouseevent