Use this tag for programming scenarios related to controls (interactive elements of the user interface).
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-controlsIn WPF app inside a TabControl there is a TabItem element with one Label. I want to fire the event …
wpf events controls mouseevent tabitem<asp:Button onclick="Some_event" Text="Add TextBox" ID="id1" runat="server" /> //once clicked: <asp:TextBox ID="…
c# asp.net dynamic controls persistentI'm creating a .net custom control and it should be able to load multiple text files. I have a public …
c# .net controls propertygridIf there is an existing tab order on a large set of controls on a form, what is the easiest …
c# .net winforms controls tab-ordering