FreshMvvm is a super light Mvvm Framework designed specifically for Xamarin.Forms.
Questions tagged [freshmvvm]
109 questions
7
votes
6 answers
Xamarin Forms - SelectionChangedCommand not firing for CollectionView
The code below shows a simple example of a CollectionView. I am not receiving the event for the SelectionChangedCommand. Can someone see what I am doing wrong?
btw, the complete source for this can be found on GitHub here.
MainPage.xaml

John Livermore
- 30,235
- 44
- 126
- 216
6
votes
1 answer
How do you style a master page in FreshMvvm MasterDetailContainer
Is there a way to apply styling to the menu in the Master of FreshMvvm MasterDetailNavigationContainer. A simple styling could be a background color or changing the font of the menu items. I Can see the menu is just a simple ContentPage with a…

Rasmus Christensen
- 8,321
- 12
- 51
- 78
5
votes
1 answer
Xamarin Forms Tabbed Navigation child of Master Detail Page on UWP
I'm implementing a Master Detail navigation using Xamarin Forms (v2.3.1.114) and FreshMVVM where the first page is a tabbed navigation. For the implementation, I'm using FreshMVVM custom Navigation Sample.
The navigation works fine on Android and…

Elias Nawfal
- 128
- 9
5
votes
2 answers
freshmvvm access PageModel from Page code behind
Im using xamarin forms with freshmvvm framework.
I would like to know how I can skip using xaml, and just access binding data from code behind in c#.
Are there any code samples that could help?

Mike Smith
- 125
- 8
4
votes
2 answers
FreshMVVM and resetting VM before popping Modal
FreshMVVM 3.0.0
Xamarin Forms 4.2
A number of our input pages are loaded modally and when the user presses Save we execute a Command like this
var newTemperature = new Temperature()
{
Date = DateTime.Now,
Value = this.TemperatureValue,
…

Pat Long - Munkii Yebee
- 3,592
- 2
- 34
- 68
4
votes
2 answers
Xamarin.Forms set focus from mvvm ViewModel
I'm working on a chat application using Xamarin.Forms.
And I want to avoid to hide the keyboard when the Entry loses focus and button Send is clicked.
How can I do it on Android and iOS?
I use XF, full Mvvm without XAML(only C#)
Updated:
In page…

Atlantis
- 725
- 7
- 26
4
votes
5 answers
XAML WebView binding to HTML source not working
I have a XAML page layout defined that includes a WebView populated from an HTML string: