python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k 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