Nested ListView in Xamarin.Forms (ListView inside another ListView)
I have created a nested ListView in Xamarin. But unfortunately, the binding works only with the Parent ListView and NOT with the Child List - sub ListView. I tried to verify if there is any error with...
View ArticleDev express datagrid for Xamarin forms
Did anyone know how to use DevExpress.Mobile.Grid in xamarin forms( .net standard) project?
View ArticleListview Not binding through ViewModel
I have my viewmodel a below - public class LeadershipViewModel { private PfsServiceArea _oldProduct; public ObservableCollection Products { get; set; } public LeadershipViewModel() { Products = new...
View ArticleXamarin.Forms.Mac GestureRecognizer not working
Hello there, I've got a StackLayout which has a GestureRecognizer attached. When I click that StacKLayout in UWP, the Recognizer gets fired, but on MacOS it doesn't. Is this a Bug or still not...
View ArticleiPhone X SafeArea with Forms ListView
How do you guys handle the safe area problem for ListViews with Xamarin.Forms? Just setting the safe area as margin on the whole ListView looks ugly AF. So I search for something like a custom renderer...
View Articleproblem with listview scrolling items overlapping with headers in xamarin forms
I am problem with listview items. Items are overlapping with headers. Here is my code. <ListView ItemsSource="{Binding List}" IsGroupingEnabled="True"> <ListView.ItemTemplate>...
View ArticleCoreMethods.PushPageModel not working
@MichaelRidland , after calling CoreMethods.PushPageModel nothing happens, no exception is thrown and the page I am trying to push is not displayed. Can you please demystify for me? Thanks.
View ArticleListView does not take all the space inside Grid
Hello folks, I start developing in Xamarin, and I have a problem with my MasterPage, and more precisely with my ListView which doesn't take all the space provided by the Grid. Just the first element of...
View ArticleWhere did the packages.config in android project go ?
Hello guys I found out that when create a new xamarin.Forms project you get a netstandard project, which is cool, but regarding the android project I do not get packages.config file . I believe this is...
View ArticleGetting Error for Native linking failed or Error after upgrade Xamarin Studio...
Getting Error for Native linking failed or Error after upgrade Xamarin Studio version Error Details Are: MTOUCH: error MT5209: Native linking error: warning: ignoring file...
View ArticleGrid layout clipped off bottom; Not clipped after phone orientation changed.
I have a grid layout which is clipped off at the bottom. After rotating the phone to horizontal or vertical, the clipping is then fixed and doesn't come back, no matter what orientation the phone is....
View ArticleHow to make a navigation drawer menu and tab page in xamarin.forms
I check the code from https://github.com/varunpsr/xamarin-forms and it's provide the functionality of left side. The whole demo is made with c# code. I create the Xamarin.forms project and I seen the...
View ArticleNullReferenceException when Binding to an Entry control on Android
Greets, I've created a ViewModel and implemented the INotifyPropertyChanged interface. I only have one property, a string called "Name". I have the following code in the constructor of my ContentPage...
View Articletoolbar back button
I want to change the navigation of back button in toolbar. I have 3 pages main page, login page and profile page. After successful login it is navigated to profile page. Form profile page when back...
View ArticleXamarin.Forms example code don't deploy into android device emulator
Hi, I am newbie about xamarin and I need understand why the deploy process take a looong time to move my apk app to emulated device. I am using VS2017 15.6.4 Xamarin 4.9.0.752 Xamarin Designer -4.10.58...
View ArticleCustomize picker popup on XF?
Is there any way to either decrease the font size or increase the window size of the picker's popup window? I have some long text that's cutoff when making a selection.
View ArticleHow can I make an overlay MasterBehavior for a page for iOS?
I want that the menu from iOS to look like the one on the Android... I think I need to write this, but what there? public partial class MainPage : MasterDetailPage { public MainPage() {...
View ArticleCreating Round Buttons with centered Image and Label
Hey together, i'm quite new to xamarin forms and i would like to create some buttons like in the image linked next. us.v-cdn.net/5019960/uploads/editor/ot/ox4hgakakrig.png I tried something ike this:...
View ArticleModal page with dismiss/close button.
Hello, I would like to open a modal page that have a navigation bar with a "X" (cross) at the top left of the page to close/dismiss the page, like showed in Android documentation about bottom sheets Do...
View Article