I'm making a small XAML application that requests 2 dates. Dates are passed as a parameter to some methods invoked by the Button click event. The problem is that during the execution of the methods the form remains locked.
How to use the Back...
Why can not I align to the center, this my popup?
LookhowitlooksinXAMLDesign
Follow my XAML :
<Popup x:Name="popup" HorizontalAlignment="Center" VerticalAlignment="Center">
<StackPanel Background="Black" Width="456">...
I'm using a ComboBox in a WPF application and when a function is activated, it loads a List<string> from a webservice to an on-screen property. My problem is that I can not make the ComboBox update update when this property is chang...
Assuming I have the following:
enum Dias {Segunda, Terça, Quarta, Quinta, Sexta, Sábado, Domingo};
How can I use the enumerator Dias as ItemSource of a ComboBox in a WPF application? For example:
<Combo...
I've been researching how to make a list equal to the contact list of the People App of Windows 10 and found a good example .
However, the example does not implement the alphabetic ordering that exists in the People app (image below)....
Objects do not appear in XAML Visual.
TheyonlyappearifitisaprojectusingSilverlight.
But in the Emulator when compiling normal view, it's bad just to edit the application's Visual.
I set the orientation of a page in my app as a landscape, but it was static. If the user flips the 180º screen it continues as a landscape but remains head .
How do I turn the screen into landscape when the device is rotated and follow the us...
I have an animation in my WPF project and wanted to know if you have the Storyboard to be responsive.
As in the settings of Margin and Height / Width are responsive marking the option auto wanted to know if you have how to do this auto style...
When I use resources in WPF, I can specify them as StaticResource , as DyanamicResource . However, most of the time only one works, and the other would start an exception.
From this point, I have the following doubts:
What i...
Does anyone know if there is any way I can leave my Button disabled but the Button image appear?
What if I disable Button.
ButtonXAMLcode.<Buttonx:Name="BtnCalc" Content="" HorizontalAlignment="Left" Margin="773,206,-172,0"
Vert...