python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Updating Labels within Grid from ObservableCollection
I am currently working with an app in Xamarin, building it for UWP.
In this app, I have a Stack that has an image of the human body with other images overlayed (colored circles). What I am trying to d...
Trevor
Votes: 0
Answers: 1
Xamarin.Forms UWP custom icon for the secondary ToolBarItems button
Is there a way to customize the "3-dot" button, that shows the Secondary ToolBarItem list in Xamarin.Forms UWP app?
It is possible to do so for iOS and Android, using the custom renderers. H...
Volodymyr Lymar
Votes: 0
Answers: 1
Why are all Xaml UI elements private in Visual Studio Blend - how can i change the acess modifier
I used Visual Studio Blend to create text fields in xaml. Now, I want to access them in code but whwen i type. Textfieldname.Text it says that it can't access it because it is private. When I change t...
Paul Play
Votes: 0
Answers: 1
How to change the thickness of WinUI progress ring?
I have a WinUI progress ring in my UWP C# XAML app like this
xmlns:winui="using:Microsoft.UI.Xaml.Controls"
<winui:ProgressRing
Width="250"
Height="250"
F...
Daniel
Votes: 0
Answers: 1