A UserControl is a separate, reusable input control that allows a user to interact with an application.
I'm trying to create a button that behaves similarly to the "slide" button on the iPhone. I have an animation …
wpf data-binding animation user-controlsIn C# .Net in Winforms, I found two events in almost all components, Resize() and SizeChanged(). Is there any difference …
c# winforms user-controlsI have an UserControl in WPF: <UserControl x:Class="XLogin.DBLogin" x:Name="DBLoginUserFrame" xmlns="http://schemas.microsoft.com/…
wpf xaml events user-controls routedeventsSo I have another noodle-scratcher (for me anyway). I'm trying to create my own custom control in a CMS I …
c# custom-controls user-controls extendI'd better ask the question by example. Let's say I have UserControl and Window which uses this control. I would …
wpf user-controls containers placeholderI have an Outlook 2013 and 2016 VSTO Add-in project and am trying to add a WPF user control to a custom …
c# wpf xaml user-controls outlook-addinI have an aspx and inside it an ascx. From a short testing I see the PageLoad of the aspx …
asp.net user-controls page-lifecycleI have a Window1.xaml main Window; and after some event, I display a UserControl EditFile.xaml. The code behind …
wpf user-controls parent childrenWhen I create a new UserControl in WPF, studio creates some XAML: <UserControl x:Class="MOG.Objects.Date.Calender" …
c# wpf xaml user-controlsI created a UserControl with the buttons Save, Close and Cancel. I want to close the form without saving on …
c# winforms user-controls visual-c#-express-2010