Is there a Grid function get object at index ?
Hello, I can't see a way to just change a specific object in a Grid. You can add at index or remove at index but i didn't found a way to get object at index or set(replace) an object at index ... is...
View ArticleButton.Text not consistent across platforms, why?
In Android, it is displayed all caps. Can we display text in normal case, as it is set. In iOS, meaningless hiding of text is happening. Three dots replace the center text. And I see 3 dots replacing...
View ArticleCustom Page Transitions with Xamarin.Forms?
Is it possible to override the default Page Transitions for Xamarin.Forms when calling PushAsync or PushModalAsync? For example, I would like to have slide or fade transitions for Android. I have tried...
View ArticleImage not appearing on Android
I have an image in xamarin forms working on iOS but it just doesn't want to load on Android! I have: - In the XAML [Image x:Name="HatsImage" Source="hats.png"/] - Put the image file in the Resources...
View ArticleOut of memory exception
I wrote an app which is ok in iOS. But I got a lot of Out of memory exception , I found that is because of the detail view of model has an image box. I binded the model into the view: model.Image =...
View ArticleIs there a Clipboard plug-in/component for Xamarin.Forms?
I need to implement Copy to Clipboard within my app. Is there a component/plug-in to support this, or am I back to writing more DependencyServices? Thanks, John H.
View ArticleImageSource.FromUri not display on iPhone 6+
I have a list of items, each item has an image like this: var image = new Image { WidthRequest = 44, HeightRequest = 44, }; image.SetBinding(Image.SourceProperty, new Binding("ImageUrl")); Almost all...
View ArticleI am trying to implement the listview with checkboxes But I dont know how to...
Hi , I am implementing a listView with check boxes in click of the checked items it should delete and update the listview .But I dont know to get the checked item that I have given in the listView....
View ArticleHow to use WCF Service in Xamarin.forms for cross platform(Portable)
How to use WCF Service in Xamarin.forms for cross platform(Portable)
View ArticleShow expire Alert
Can i use the project developed in trial version after one month? am getting Alert Message "Trial executable has expired(24 hours limit)"
View ArticleCould not generate Release build
Hi, I could not generate release build for my xamarin.forms android app. I am getting following error, can some one help me out with this ? C:\Program Files...
View ArticleProfile 259 Not found
I have installed xamarin studio and xamarin support files for visual studio, but i'm not able to find profile259 in Profiles folder. Can any one how to install profile 259 alone i have tired repairing...
View ArticleListView: Get index of selected item?
Hi When an item is selected in a listview I need the selected rows position. Is there an easy way to achieve this? Thanks
View ArticleChanging Font Size in Picker Control popup using Custom Renderer
Hi I have created a custom renderer for the Picker and I can change the background colour of the picker popup if I wanted to but I cannot find a way to change the font size for the popup items. I need...
View ArticleDevice.Idiom == TargetIdiom.Tablet is true with Nexus 7 TAB.
How can I solve it, Any help? Thank you
View ArticleContentPage can contains both Image and TabbedPage?
I need a page that contains an image and below a TabbePage. I know is not possible to put a tabbed page into a content page. How Can I solve it? Thanks
View ArticleWinRT 8.1 crash on Init(e) on Xamarin.Forms 1.5.*
Hi. I have used Xamarin.Forms on Android, WP8.0 and WinRT8.1 When I upgraded Xamarin.Forms from 1.4 to 1.5 WinRTstop working. I got this error when calling Xamarin.Forms.Forms.Init(e): Error HRESULT...
View ArticleRelativeLayout Children alignment
Hello. I have a problem with centering elements in RelativeLayout. I want My StackLayout with 3 Labels in in to be centered horizontally and vertically. For achieving this I'm trying to do something...
View ArticleLocalization on Android via TodoLocalized example not working
Someone succeeded to work successfully with the sample code "TodoLocalized" on Android? here: https://developer.xamarin.com/samples/xamarin-forms/TodoLocalized/ it's working on ios , but on Android no...
View ArticleAdvanced RelativeLayout Constraints in XAML
Is it possible (IN XAML) to establish the position of an element depending on the position of a second object and the height of the Parent? The conceptual formula would be this: PrimaryObject.X = (...
View Article