I have several radiobuttons on my form, each with a content different. How do I get the radiobuttom selected? Without having to método to check one by one.
I added the dictionary resource to my project, now I need to convert it to a dictionary via code, but it is bringing the null resource, can anyone help me?
List<string> dic = new List<string>();
List<string> aff = new List<...
I have a button in WPF and I changed the style by hovering the mouse (IsMouseOver), but the problem is that every time I move the mouse over it changes its style. When the mouse step very fast it continues as if it were not with the mouse on top...
In my application I use SendEventHandler from Outlook to capture the click on the "Send" button of the email in outlook and open a screen for the observation of the email that was sent.
I have the main class where I generate the emails:
pub...
I have a problem with references of a style within the code.
I have a DLL of several stylized components inherited from the Telerik package with just a few changes like color, size, etc ...
Within the program where I want to use the compon...
Would it be possible to bind the unique selection between two ListView objects via XAML?
For example, I have two ListView , TopListView and BottomListView , both configured for simple selection, ie only one item can...
Dear, I've never programmed with WPF but I will soon have the opportunity and already thinking about the future, which is now, where desktop applications are / are being migrated to the web and, also thinking about those who are still reluctant...
I'm creating an app for the place where I work, which should print labels based on information I enter in a form I created.
For this, I'm creating a smaller version, to test if everything I want works. I'm using Visual Studio 2015 Community w...