Master Detail unwanted behaviour
While testing the Master/Detail sample I noticed that the detail page appears first by default when opening the Master page. Is this a known behaviour bug or something is wrong with the sample itself....
View ArticleCustomize NavigationBar Title with font, font size, color when using...
Right now I don't see any properties that allow you to customize NavigationBar Title with font, font size, color when using Xamarin.Forms NavigationPage. Only BackgroundColor is all I can change, and...
View Articlewp8 listview with grouping
Hello i want first to congratulate you for the powerful framewrok you have built. i've just completed my firtsproject in FORMS. i've a listview with the grouping enabled: mylst.IsGroupingEnabled =...
View ArticlePlaying mp4 File form local using Xamarin Forms
Hi, I have Xamarin forms shared project in which I am trying to play a mp4 file by specifying the WebView source in code behind file of a xaml page. Following is the iframe code which is enclosed in...
View ArticleTab Control or Controls above Tab
I need to place some controls above the Tabs on a TabbedPage, basically I need to use a standard TabControl on my page. I can't move the TabbedPage down as it is a Page, rather than a view. Is there...
View Articleam not getting any keyword in crossplatform like intent in xamarin.android?
to pass data from one page to another in xamarin.forms
View ArticleCreating ListView with images
What is the proper way to pass images to new page, which will contains list view whose only childs will be those images? I'm experience lags whenever i'm trying to pass more than one image.
View ArticleHow to use Urban Airship with Xamarin Forms
Does anyone know a good way to setup Urban Airship with Xamarin Forms? I went through Urban Airship's docs for iOS and Android, but I don't know how I can the libs and have it communication with the...
View Article[List View] can't implement Srollview scroll within a frame
Hi all. I have problem with scrollview. When i scroll a scrollview, it will obscured my header view. Please view detail in attachment. Thank for your help.
View ArticleListView Scrolling Performance
I'm considering to optimize my cell in order to achieve better performance when scrolling in my list. If there is more than 100 objects scrolling is painfully slow. How can I improve my cell? Will...
View ArticleXamarin.Forms ListView not rendering on Real iphone 5c device
Hello guys, Has anyone had this problem lately? it was working OK last week, but I updated to Xamarin.Forms 1.2.2.6243, and I think it was there when it broke. the odd thing is that it is working on...
View ArticleObservablelist binding not working with xamarin shared view (ListView)
I have an API from which I'm getting Json data, after deserializing this Json I am binding this data to ListView. I tried using MVVM Light where I created Model and View Model and perform the Binding...
View ArticleViewCellRenderer: Never get into GetCell
Hi I m using ViewCellRenderer for iOS as below. `public override UITableViewCell GetCell (Cell item,UITableView tv) { var Item = item as CustomViewCell; tv.SeparatorColor = UIColor.Clear; var cell =...
View ArticleHTML in labels?
Is it possible to render HTML (simple tags and entities) in a Xamarin Forms Label?
View ArticleCustom UITableView in my custom ListViewRenderer?
I want to remove the top and bottom horizontal lines that show up when a user selects an item in my listview. I don't think I can do it from Forms proper, but I already have created my own...
View ArticleHow to Close a Page
How do I close the current page? I tried with PopAsync and PopToRootAsync but nothing happens. ` void btnCancel_Clicked(Object sender, EventArgs e) { this.Navigation.PopAsync();...
View ArticleMultiple Handlers to a single object type
Can I register multiple handlers to a single type, via HandlerAttribute, and loop through the registered types? or Can I use a string to register / retrieve a DependencyService, instead of a type? In...
View ArticleMultiple Handlers to a single object type
Can I register multiple handlers to a single type, via HandlerAttribute, and loop through the registered types? or Can I use a string to register / retrieve a DependencyService, instead of a type? In...
View ArticleSOAP/XML parsing issue with time format - does not use the format specified...
I am parsing SOAP/XML response, in which there is a time field with the text '15:52:14.705+05:30'. Xamarin is not able to parse this XML and throws the following exception. [mono] Unhandled Exception:...
View ArticleSearch bar with Listview for autocompletetextview overlaps entire views in...
Hi All, I am developing the sample application using xamarin forms.We need to integrate autocompletetextview in our application. For that we have customized the Search bar with listview as...
View Article