I am unable to set the particular page in Carousel view
Hi, I am implemented the Carousel view using https://blog.xamarin.com/flip-through-items-with-xamarin-forms-carouselview/. And I am able to implement the Carousel, **But My Problem I want to set the...
View ArticleXamarin.Forms CarouselView - Official examples don't work
Hello, I tried the whole day to get a CarouselView working but I cannot even run the examples. First I read this article: blog.xamarin.com/flip-through-items-with-xamarin-forms-carouselview , tried to...
View ArticleAndroid Picker Style Xamarin Forms
I have a picker window in my xamarin forms android application that has a black line through each picker option. Im trying to figure out a way to remove it. This is how it looks. Where would I make a...
View ArticleOn Platform Syntax XAML Issue with Global Styles
I am trying to setup a specific heightrequest for android only in my xamarin forms xaml code using onPlatform. When I specify the below Android works fine, but I dont want to specify a height for IOS...
View ArticleXamarin.Forms + offline map navigation
Hi all! My current project requires map navigation while the device is disconnected from the internet. The route which will be followed is known, so after login the route with the map has to be...
View ArticleGetting a Xam.Plugins.Messaging sent message finished result?
I have a Xamarin Forms project and am currently using Xam.Plugins.Messaging to send SMS and emails, but I don't see how to take an action depending on the finished result, whether they were sent,...
View ArticleScrollview automatically scrolls to top in ios
Hello All, I have requirement of hide and display stack layout conditionally inside stack layout. So when user tap on button and another stacklayout is displayed but the problem is scrollview is...
View ArticleHow to change the Title bar background color in Xamarin.Forms wpf application?
Hello everyone, I am doing an application in wpf with xamarin.forms in which i need to change the title bar background color to mach with our theme.But by default a blue color background is...
View ArticlePlugin.Media type exists error
Hi, I'm getting 'The type 'StoreCameraMediaOptions' exists in both 'Plugin.Media.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' and 'Plugin.Media, Version=1.0.0.0,...
View ArticleXamarin forms 3.1 - Android Exception while using Frame Control
I have updated to Xamarin Forms 3.1. After that Android build is giving exception on Frame control. The exception is "ClassCastException". Gradient Drawable cannot be cast to RoundRect Drawable. Note:...
View ArticleINotifyPropertyChanged Event for nested Properties
Hi Guys, i have the following situation: OverviewPage.xaml: <Label> <Label.Triggers> <DataTrigger TargetType="Label" Binding="{Binding VehicleState.Tires.TypeSelectedIndex}"...
View ArticleFlowListView Columm Spacing
I using Flowlistview to show 5 images in Horizontal position, but the default spacing between columms is too big, how can i reduce the spacing and increase the pictures sizes? Below is what i have done...
View ArticleXamarin Android:
Hi, We are using Xamarin forms to develop our application. For xamarin Android (apk) application some security audit happen & they have found some security issue in our application. "Found elf...
View ArticleInconsistent accessibility property type is less accessible than
I'm getting an error "Inconsistent accessibility property type 'List<MasterPageItem' is less accessible than property MainPage.MenuList This is my code using ACPlus_MobileEPOS.MenuItems; using...
View ArticleNumerous developer frustrations
Hi everyone, I would like advice streamlining my development experience with Xamarin because it has been quite frustrating so far. I even got to the point that I left my project which was working for a...
View ArticleDynamic change StyleClass for VisualElement
How change programatically add one and remove another (in other words) make a replace of one class to another?
View ArticleCannot use MailKit in Xamarin: System.NotSupportedException: No data is...
I am using MailKit in my Xamarin application. I have a mailsender class in my android project and on the line; public MimeMessage EmailMessage = new MimeMessage() I get the error message:...
View ArticleHow to generate an image from a StackLayout
I'm brand new at Xamarin Forms and have been struggling in how to create an image from a StackLayout. I have a result page with some labels and i need to save them to a image. Is that possible in...
View ArticleHow can I make ListView items display in 2 rows and X columns?
Hi, I have an ObservableCollection that holds the list of my categories. Now instead of listing them row by row, I want to achieve something like this: What should I do? Is using Binding for Grid.Row...
View ArticleHow to set SelectedItem in Xamarin picker when page opens
I have a small project using XamarinForms and Prism MVVM. On the settings page I save Author's ID from the Picker. When I return to the settings page I want that Author to be selected by default in the...
View Article