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: A TextBox that has an event that fires when the Enter Key is pressed

Instead of attaching a PreviewKeyUp event with each TextBox in my app and checking if the pressed key was an …

c# wpf xaml custom-controls
How can I get clickable hyperlinks in AlertDialog from a string resource?

What I am trying to accomplish is to have clickable hyperlinks in the message text displayed by an AlertDialog. While …

android user-interface hyperlink custom-controls
Button template with image and text in wpf

I want to create buttons with images and text inside. For example, i would use different images and text for …

wpf templates binding custom-controls
How can we do pagination in datagridview in winform

I want to show 10 records per page in a datagridview on a window form and user must click next button …

c# winforms datagridview custom-controls pagination
IE & Firefox - custom drop down could not remove native arrows

I'm trying create a custom drop down control and I need to hide the arrows from the native controls. I'm …

css internet-explorer custom-controls mozilla
Custom UITableViewCell programmatically using Swift

Hey all I am trying to create a custom UITableViewCell, but I see nothing on the simulator. Can you help …

ios uitableview swift custom-controls
Android - custom UI with custom attributes

I know it is possible to create custom UI element (by way of View or specific UI element extension). But …

android custom-controls
Custom button template in WPF

I want to create a simple button template with an image and text inside it. But I want to keep …

wpf custom-controls styles
ASP.NET Custom Control - Unknown server tag

I've made a custom control that inherits from a Literal control. When I try and use my control on a …

c# asp.net custom-controls
What is the difference between a User Control Library and a Custom Control Library?

I am just coming up to speed on WPF and would like to create a reusable WPF control. When I …

wpf user-controls custom-controls