Top "Controls" questions

Use this tag for programming scenarios related to controls (interactive elements of the user interface).

Is there any good Markdown Javascript library or control?

I want to build a site where the user can enter text and format it in Markdown. The reason I'd …

javascript controls markdown
JQuery Mobile trigger('create') command not working

JQuery Mobile is making my cry tonight. I'm trying to build custom controls so I don't repeat certain elements through …

jquery dynamic mobile triggers controls
Dynamically create and remove a control from a form, many times

The below subroutine, when called using a mouse click, successfully creates and then removes a control. but it doesn't create …

vb.net controls dispose dynamically-generated
ASP.NET MVC doesn't work with ViewState and Postback?

Perhaps this is a naive question. In my understanding, ASP.NET MVC cannot work with ViewState and Postback which is …

asp.net asp.net-mvc controls postback
Reordering of controls within a flow layout panel

I'm having trouble using the flowlayoutPanel in a C# winform application. What I basically have is a flow layout panel …

winforms controls combobox flowlayoutpanel
How do I make a marquee progress bar in WPF?

In Winforms I could set the ProgressBarStyle of a progress bar to Marqee, and that would have the progress bar …

wpf .net-3.5 controls styles
Can Margin be enforced even with Dock property set?

I have a WinForms Form with a few controls on it. All of them are GrouBox controls and I want …

winforms controls margin dock groupbox
Disabling all but one child control in a WPF window

I have a bunch of controls on my window. One of them is a refresh button that performs a cumbersome …

wpf xaml controls code-behind
How to stop video playing in VideoView programmatically in android?

I am using VideoView for playing video,I would like to stop the playing video completely.Please help me on …

android controls android-videoview
How to access a WPF control located in a ControlTemplate?

Usually, the WPF controls are declared in the .xaml files and not in the code behind (.xaml.cs files). However, …

wpf controls controltemplate