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.

How to get instance of Panel that holds content of ItemsControl?

Every ItemsControl has its content stored in Panel right ? We can specify the panel to be used in XAML like …

c# .net wpf controls custom-controls
TabControl with Close and Add Button

I'm tring to make a tab control have a "x" (close button) and "+" (new tab button). I found a solution …

c# .net winforms custom-controls tabcontrol
flip coordinates when drawing to control

I am drawing a graph on a control, but 0,0 is at the top-left hand corner of the control. Is there …

c# .net winforms custom-controls
SiteMap change SiteMapProvider?

I've got a custom menu navigation built from a web.sitemap file, the first line of this would be something …

asp.net custom-controls sitemap sitemapprovider web.sitemap
Timepicker with 15 minute intervals

I have a custom dialog with a timepicker and a datepicker. I want to set the timepicker's minute spinner collection …

android layout custom-controls timepicker
blur event not firing on angular component

I am trying to get a reactive form to properly handle blur events and it doesn't seem to react properly …

angular components custom-controls
Write custom widget with GTK3

I am trying to find the simplest example of a custom widget being written for Gtk-3. So far the best …

widget gtk custom-controls pygtk
Displaying custom icon for custom control?

In visual studio when you create a custom control you get this ugly little purple gear thing for an icon …

c# user-controls custom-controls
A custom auto-sizing WPF Panel class

I'm trying to write a custom Panel class for WPF, by overriding MeasureOverride and ArrangeOverride but, while it's mostly working …

c# wpf custom-controls panel
WPF - Creating a custom ItemsControl

I'm looking into creating custom controls for WPF and I've found some reasonably useful blogs and such that vaguely go …

wpf itemscontrol coda-slider custom-controls