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
Get index of ListView item when RadioButton on one row is clicked in Xamarin Form
I am implementing 4 RadioButtons in one ListView row and binding them with the model properties. The problem is when the user changes the pre-setted property and the CheckedChanged event fires, how ca...
Bhautik Savaliya
Votes: 0
Answers: 1
Changed MatrixTransform result control out of bounds
I'm writing an image control with zoom, and wrap into a usercontrol.
<UserControl x:Class="WpfApp20.UserControl1"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/pre...

Vincent
Votes: 0
Answers: 1
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