Questions tagged [mvxspinner]

6 questions
2
votes
4 answers

Binding to MvxSpinner SelectedItem property not working

I use a MvxSpinner to show country phone prefixes in a combobox in a MvvmCross for Xamarin app. I can bind to the ItemsSource property correctly, so I can see the list of my prefixes but when I assign the property in my view model that is bind to…
jcasas
  • 305
  • 4
  • 12
1
vote
1 answer

MvxSpinner item should be blank until not select from dropdown list

I'm using MvxSpinner and just want to show drop down selected value over spinner.Currently its showing first item from dropdown list but i want to show blank as i didn't choose any value from…
Chanki
  • 165
  • 13
0
votes
1 answer

MvxSpinner binding to ItemSource property not working

I have a very simple snippet as follows:
Klaus Nji
  • 18,107
  • 29
  • 105
  • 185
0
votes
1 answer

MVVMCross Spinner Showing Object Reference

Having issue while binding MvvmCross.Binding.Droid.Views.MvxSpinner with data. Spinner dropdown showing perfectly fine with string but spinner title showing object reference only. Spinner
Chanki
  • 165
  • 13
0
votes
1 answer

MvvmCross: How do I style Spinner (MvxSpinner)?

So, the question is simple. How do I apply styling for MvxSpinner. There is plenty of answers regarding to styling a common Spinner, but most of them refer to this lines of code: var adapter = new ArrayAdapter(SupportActionBar.ThemedContext,…
Agat
  • 4,577
  • 2
  • 34
  • 62
0
votes
2 answers

MvxSpinner crash with Resources+NotFoundException on an attempt to bind an items list

I used to have a MvxSpinned control to select an item from a list. After recent migration from MvvmCross 4.x to 5.x it stopped working, crash the app in an attempt to bind the MvxSpinner
Mando
  • 11,414
  • 17
  • 86
  • 167