Use this tag for programming scenarios related to controls (interactive elements of the user interface).
I want to build a site where the user can enter text and format it in Markdown. The reason I'd …
javascript controls markdownThe 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-generatedPerhaps 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 postbackI'm having trouble using the flowlayoutPanel in a C# winform application. What I basically have is a flow layout panel …
winforms controls combobox flowlayoutpanelI have a bunch of controls on my window. One of them is a refresh button that performs a cumbersome …
wpf xaml controls code-behindI am using VideoView for playing video,I would like to stop the playing video completely.Please help me on …
android controls android-videoviewUsually, the WPF controls are declared in the .xaml files and not in the code behind (.xaml.cs files). However, …
wpf controls controltemplate