python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
UWP: Lifecycle event when the content on elements becomes available when content is set using async
I have UWP page and it is using data binding to set content on xaml elements (texts, buttons, image). I am setting the content using async calls (getting content from internet). In the page's c'tor, I...
rsp
Votes: 0
Answers: 0
How to avoid text on a button from being cut off in UWP xaml
I have a button with MinWidth set as MinWidth="118" and that works fine. But when I change the Text size in windows using Settings -> Accessibility -> Text Size -> change it to 200%...
rsp
Votes: 0
Answers: 1
In my UWP application ComboBox, PointerExited event fired right after we click on the control when IsEditable is False
There seems to be a similar question but it is not resolved.
I am using a ComboBox in my WinRT/C++ application and need to show the cursor as Hand while hovering over it. The issue is that while click...
LeJackArcher
Votes: 0
Answers: 1
Why ActualWidth don't changed after hiding TextBlock in Icon1(UserControl) in UWP?
How to get the actualWidth after hide the TextBlock in Icon1 ?
Why both Width1 and Width2 are Same after hide the Label? I want the ActualWidth of the Icon1 after Hide the TextBlock(Label).
I need to ...
PremKumar Shanmugam
Votes: 0
Answers: 1