Swap StackLayouts dynamically
Hello All, Is there a way to replace an existing Stacklayout with another Stacklayout dynamically after clicking a button. What I am trying to do is display a search bar or entry filed next to a picker...
View ArticleAdding a picker in XAML
I'd like to add a picker control that has the values 1,2,3,4,5. I tried the following... <Picker SelectedIndex="{Binding NewCriterion.Importance}" > <Items>...
View ArticleXamarin Forms UI
I need Xamarin Forms User Interface beside Grial UI Kit ? Give me another Suggestions. Thank you
View ArticleMasterDetailPage icon right and drawer open from right to left
Hi How MasterDetailPage icon align to right? and how drawer open from right to left? Please give us code if you did it. Thank you
View ArticleHow to adjust the column of Grid
Hi Xamarin Forum how can I adjust my Grid when in landscape mode because in portrait the spacing of the Grid is Normal but if I put my android phone in landscape the spacing of each column is very wide...
View Articlehow to call Entry in codebehind
Hi guys I have a code like this Login.xaml code <Entry x:Name="usernameEntry" TextColor="White" /> how can I call usernameEntry in its codebehind?
View Articlehow to change Image Background During change of orientation
Hi Xamarin Forum Is it possible to change the image background of ContentPage when I put my device to landscape?
View ArticleTwo cursors are displaying when both arabic numbers and characters are...
I changed the language to Arabic in device When i enter only numbers or only characters one cursor is appearing,when I to Try to enter both characters & numbers two cursors are appearing.
View Articlelistview item selected disable
I have a custom cell in my listview. Each cell has a bunch of buttons and images which have tap events. Sometimes when I click outside of image or button in cell, the row gets highlighted. Is it...
View Articlehow to trigger event selected group header in a list view .
event should be initiate on code back
View ArticleApp Crashes when connecting to remote database
Hi Forum why is that my app crashes when connecting to the database server that it is in the US here is my code for connecting to database SqlConnectionStringBuilder dbConnect = new...
View ArticleAny samples implementing this carousel view
Hey guys, I am wondering if anyone has some experience using this github.com/alexrainman/CarouselView to implement a carousel view as I am new to xamarin forms. There aren't any full samples as the...
View ArticleXamarin Forms - ListView enable 'Swipe To Delete' only for specific ViewCells...
How to enable 'Swipe To Delete' functionality only for specific ViewCells. I mean, I have a listview with two sections. First section contains Drafted list of items and Second section contains normal...
View ArticleXamarin.Forms parent BindingContext in DataTemplate in the XAML
After few hours of research, I finally found a solution to my problem. I saw that other people had the same problem : I have a listview with a custom viewcell as datatemplate, the contentpage viewmodel...
View ArticleMigrating to GitHub Issues and Projects
GitHub Issues We're excited to announce GitHub Issues is now open on our repository. This is our new home for reporting bugs as well as discussing enhancement requests. What does this mean? Bugzilla...
View ArticleXamarin Forms Maps crashing without any warning
Hello, I developed a multi-page xamarin forms application (PCL), and I'm debugging it on a Nexus 5. After some nested pages in a menu I must load a page with a map. For a first try I tried the code in...
View ArticleSystem.Reflection.TargetInvocationException: Exception has been thrown by the...
Hi I got this error when i navigate to a page from a list view in xamarin forms . I can't find the actual problem can any one help he to find where the problem is happening from this report . am using...
View ArticleFrame in Grid does not respond to HeightProperty
Hello I am very new to Xamarin.Forms, so I apologize if this seems obvious. I have tried to search for an answer but I can't find one. I am creating a UI with a few pages. One page is using a 3 x 9...
View ArticleHow to increase quantity for selected listview buttons?
How to increase and decrease quantity for selected listview buttons.Here is the example How to do this?
View ArticleI just installed Xamarin for 1st time and I have this error ?
MSB4062 The "Xamarin.Forms.Build.Tasks.GetTasksAbi" task could not be loaded from the assembly...
View Article