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.

Can't use onDismiss() when using custom dialogs - Android

I'm working on a little program, and I need to add a custom dialog that passes some info to the …

android dialog custom-controls
Loading WPF Style from Resource File

I am trying to load WPF Style from other file actually from WPF Custom Control Library but i am failing …

wpf xaml custom-controls resourcedictionary generic.xaml
Custom ASP.NET Container Control

I've been trying to create a custom control that works exactly like the Panel control except surrounded by a few …

asp.net custom-controls panel
How do I make reorder control of UITableViewCell in left side?

I am doing a news reader app and I want to make it so that the user can choose show/…

ios uitableview custom-controls
How to create and connect custom user buttons/controls with lines using windows forms

I am trying to create some custom buttons or user controls as shown in the proposed GUI. The functionality should …

c# winforms custom-controls
Radial menu android with button click?

I want to design menu like this. I have tried animation but it does not retains position of buttons. if …

android menu custom-controls
How to make WPF wrappanel child items to stretch?

I'd like to create an ItemsControl where child items are placed like a WrapPanel, but child Items should take as …

wpf xaml custom-controls itemscontrol wrappanel
How to use standard attribute android:text in my custom view?

I wrote a custom view that extends RelativeLayout. My view has text, so I want to use the standard android:…

android attributes custom-controls
Setting Focus to a .NET UserControl...?

I'm creating a custom control derived from UserControl that I would like to set focus to. The custom control contains …

c# .net winforms custom-controls
What are the differences between User Controls, Server Controls & Custom Controls?

I thought I had reasonable answers for this question at a recent interview, but I bombed it. :( What are the …

asp.net user-controls controls custom-controls