XamarinCRM Sliding Tabs
Hi does anyone know how they managed to achieve the sliding tabs in the XamarinCRM sample application? They are not using any custom tab renderers and as far as I know they're making use of Android...
View ArticleAnyone knows by when we can expect designer for Xamarin Forms?
Anyone knows by when we can expect designer for Xamarin Forms?
View ArticleIs XAML an example the do as I say and not as I do
This may be just a question due to much time spent debugging an XAML problem this morning but I just wondering if anyone else keeps trying to use XAML over code and finding it to be very brittle, hard...
View Article[Xamarin Blog] Triggers in Xamarin.Forms
Read the full article to learn about Triggers in Xamarin.Forms. Please use this thread to discuss or ask questions.
View Article(Multi-)Triggers: Conditions
Xamarin.Forms: 1.3.1.6296 and 1.3.2.6299-pre Hi, I'm just playing around with the Xaml styles and hit an exception (but maybe I'm doing something wrong here): The following markup throws a...
View ArticleRight aligned toolbar items disappear in landscape orientation in iPad
Hi, I'm using MasterDetailPage. Everything is working fine in iOS(iPad/portrait orientation) but when I change orientation to landscape , right aligned toolbar item disappear and I never see that item...
View ArticleClear XLabs ViewFactory cache
In my app, I want to flush the ViewFactory cache when the user logs out but I cant seem to be able to find this function anywhere. How can I flush the cached views in the XLabs ViewFactory?
View ArticleApp breaks while setting Application.Current.MainPage on a detail page.
Hello Eeveryone, I am facing an issue while trying to set Application.Current.MainPage from a ContentPage which is a detail page. Below is the use case: I have a Dashboard page which has a ListView...
View ArticleOnTapped event is not firing in my customcell of ListView
Hello All, I have a List View and data template for that is a custom cell.My custom cell is inheriting ViewCell. `public class CustomSelectableCell : ViewCell { private StackLayout _stackLayout;...
View ArticleHow can i set "x:Name" (Name) in code behind?
My App creates dynamically a lot of Xamarin.Forms.Entry List LstEntry= new List (); foreach (FormSubTypeParameterDTO fsubTypeParameters in formSubTypeParameterDTO) { ParameterDTO parameterDTO =...
View Articlecreating xamarin "bootstrap"
is it possible to create something similar to bootstrap for xamarin, so that it will be much much easier to create UI , actually developers hate UI design, because it is tedious and low tech.
View ArticleXamarin Forms Android Calendar Event Time not setting properly
Hi, i am creating an event in my calendar. The event is setting correctly in the device calendar. but the Time ( hour and minute ) is 00:00. any body faced similar issue before. my code is as below,...
View ArticleWMS layers on MapControl
Hi - how can I add a WMS layer with GeoGrphic information to a map control? We' re trying to build a portable app and want to project WMS layers on a map. In the regular Windows 8.1 project we succeed...
View ArticleShrinking of Editor after setting Height request
Hi guys, I have a content page that contains a list view and a stack layout under it (called BottomLayout in the code). This stack layout contains an CustomEditor and a button, displayed horizontally....
View ArticleMobile app version number scheme across 3 platforms
Hi, for sharing version information across all Xamarin.Forms-Projects, is still using a Tool for patching the respective files the way to go?...
View Articlerevert item cell while using xamarin context action in listview viewcell
Hi, I am using context action in listview to delete item on left swipe.While i am opening one item cell and switching to another item cell without closing first one, it is not closing first opened item...
View ArticleXamarin forms Scrollview Scrolled finished/ending how to know
Hey. I am trying to find a way, to know when a scrollview is not scolling anymore, so after the scoll is stopped, i can call ScrollView.ScrollToAsync, to position the element, that is closet to the...
View ArticleHow do i avoid AbsolutePosition is overwritten when using a customrender on...
Hallo. I have 2 BoxViews, where i want the first box, to be like a showdow for the second box. I used a AbsoluteLayout layout to accomplish this. AbsoluteLayout layout = new AbsoluteLayout(); { };...
View Articleintegrating PCL with Xamarin.Form and Andoird app that uses...
Hi I am using Xamarin.Form the last available version in Nuget to creating an application and in my Android part i use Xamarin.Android.Support.v4.21.0.3.0 ut when i want to compile my project it shows...
View Articleimplement SWTableViewCell in xamarin forms
Hi, How can i implement SWTableViewCell component in a xamarin cross platform listview instead of context action for left swipe deletion?
View Article