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)
How can I call function in view in xamarin
I have a function in xamarin and I want to use the value of this return function as a column in my view. So here is my function:
public int setColumn()
{
int column = 0;
...
magic bean
Votes: 0
Answers: 0
How to change the size of an object inside CollectionView Xamarin?
I don't can change height of an object inside collectionView Xamarin, how to change height with c#?
Mortirab
Votes: 0
Answers: 1
Xamarin.iOS does not paint secondary toolbar in the requested color
In my Xamarin project, in the header of the XAML file, I have set:
Shell.BackgroundColor="DarkGreen"
Part of xaml header declaration looks like that:
On Android all things are ok (check t...
Rafael
Votes: 0
Answers: 1
Updating Azure SBNotificationHub tags after initial registration
I have a Xamarin Forms App which registers for notifications fine for iOS via the AppDelegate and the RegisteredForRemoteNotifications method. I have a tag I register here as well.
I was looking to ha...
Raymond Dillon
Votes: 0
Answers: 0