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.

WPF: How to make an overlay control with transparent canvas and clickable child

I want to make a custom control which will be used as an overlay. The control should contain a couple …

wpf custom-controls overlay transparent hittest
Having custom controls still apply when go fullscreen on a HTML5 video?

I've made custom controls for my HTML5 video but I don't know how to have that CSS still apply when …

html custom-controls html5-video fullscreen
Get the resource id for the drawable reference used in styled attribute

Having this custom view MyView I define some custom attributes: <?xml version="1.0" encoding="utf-8"?> <resources> <…

android custom-controls android-resources declare-styleable
A good WPF scrolling timeline control? (fancy datetime picker)

I'm looking for somthing I can use as a timeline control. A kind of "banner" the user can drag to …

wpf user-controls controls custom-controls
Forcing ASP.NET GridView's pager to show

is there some way to force the gridview's pager to show up, even when there is only one page of …

asp.net gridview custom-controls paging
Is there a way to add a designer view for the cshtml razor editor?

I am using an inhouse tool we developed to parse razor templates with generated models. The thing is that now …

razor custom-controls visual-studio-extensions
How to make a custom ComboBox (OwnerDrawFixed) looks 3D like the standard ComboBox?

I am making a custom ComboBox, inherited from Winforms' standard ComboBox. For my custom ComboBox, I set DrawMode to OwnerDrawFixed …

vb.net visual-studio-2010 combobox custom-controls ondrawitem
Silverlight Error "Layout Cycle Detected Layout could not complete" when using custom control

I'm building a custom control in Silverlight by deriving from ContentControl and doing some special formatting to put a dropshadow …

silverlight custom-controls silverlight-2.0
Custom Fonts and Custom Textview on Android

From an application I need to develop, I've received a specific font that has many files like FontName-Regular, FontName-Bold, FontName-it. …

android custom-controls textview typeface
Dispatcher throws InvalidOperationException on Messagebox.Show in Textchanged event

First of all this is the errorlog entry on my error crash program @ 15-9-2011 15:01:30error:System.InvalidOperationException: Dispatcher processing …

c# wpf custom-controls