TableView Editing Mode
Is there support for getting a TableView into editing mode? I tried using a TableViewRenderer and putting the UITableView in this.Control into editing mode, which only sort of worked. And setting the...
View ArticleIs there a way to tell if an item is currently visible with a stack layout...
I was wondering if there is a quick property for a ViewCell to tell if it is currently on screen or if the scroll view currently would need to be scrolled to see the item?
View ArticleXAML Binding and Attached Properties (AbsoluteLayout in my case)
In XAML only I can't get this binding to work (the layout bounds don't get updated when the source property changes): <BoxView x:Name="leftCropBox" LayoutBounds="{Binding LeftCropBox, Mode=OneWay}"...
View ArticleStarting and cancelling an asynchronous task
I have a XAML-based Xamarin.Forms page with some buttons bound to commands (implementations of the “System.Windows.Input.ICommand” interface) defined as properties of my ViewModel, which is in the...
View ArticleHow to send email in iOS using Xamarin Forms - iOS project?
Don't give me the Xamarin recipe link for Send an Email. That doesn't work for Xamarin Forms. Help me with something that works in XF.
View ArticleI have all my assets in SVG format. How can I convert them to a XAML or...
I'd love to switch to Xamarin.Forms to make crossplatform apps, but I have all my graphic UI assets in SVG format. Here is an example of a buttons set created by me with Inkscape: ] You can download...
View ArticleInitializeComponent does not exist
Hi, I'm having difficulties on XAML files in a Sheared project. Using Xamarin Studio; What I did was simply adding a xaml page to the project and build without adding any code. And it gives me the "The...
View ArticleGettting error while building Android application in VS2013
Getting following error while building Android application in VS2013 : Could not find type 'Org.Apache.Http.Impl.Client.DefaultHttpClient' in assembly 'AndroidSDKLibrary, Version=14.0.0.27225,...
View ArticleBind a Command from list view itemTemplate (MenuItem)
Hi all, I have a list view, and I am using Xamarin Forms Content Actions functionality to add some swipe functionality. var moreAction = new MenuItem { Text = "Add Result", }; ContextActions.Add...
View ArticleSample PDF document generation on Sample UI
Hi , I have one label and entry in my UI.I want to save those details in PDF document on click of the somebutton.Anybody has sample code to explore how to do it. Any suggestion and links will help me a...
View ArticleFix orientation for one page in the app : is it possible with Xamarin.Forms?
Hello, I make an app with one page who need to have a fix orientation (landscape, exactly). I try to fix the orientation for the specific page in Xamarin.Forms (XAML or C#), but it seems to be specific...
View ArticleHow to set orientation for particular page?
Hi, Need to show the tab page in landscape.other pages are strictly in Portrait. Mine is Cross Platform for Android and iOS Please help. Thanks in advance
View ArticleHow to show Confirmation Alert dialog before popping a Page in Xamarin.Forms ?
I am developing a cross platform application using Xamarin.Forms. I have two pages page1 and page2. When moving from page2 to page1, using Navigation.PopAsync, I need to show an alert dialog to let the...
View ArticleHow to avoid showing keyboard when focusing EntryCell
Hi, I have a Xamarin.forms project, I have a page with an EntryCell control, I want to avoid showing the keyboard when the EntryCell gets the focus since it is for scanning barcode labels, how can I...
View ArticleIndicator in a ListView
Hi Friends i want to do somenthing like this. a component indicates that the list has more items (up or down) its possible to make this component? thank you for your time.
View ArticleCan't get context menu working
Hi, I can't seem to get my context MenuItems to fire either the edit or the delete commands indicated below. The menu comes up just fine, but nothing happens. Hopefully someone can help me out....
View ArticleGesture Recognizers for Label in iOS doesn't work
Hello. I'm just builded my app, that works fine with Android for iOS and had some kind of error. Taps on labels doesn't work. Just like Button.Clicked. At the same time tap on image works fine. And...
View ArticleMT5212 link errors
The application we have was compiling okay the other day, but now it will not. It still works in the simulator but has lots of MT5212/MT5213 linker errors when compiling for a real device. We get lots...
View Articlecustom listview with 100+ items disappears
Hello again! Ive have create a lot of custom layout to an app that im working on, look at the attachment.. I've been creating a custom listview by extending Layout, and a class that can collapse the...
View ArticlePopAsync pass result
Hi, I use navigation page to navigate from page A to page B. Page B only contains a listview with values. When a users clicks an item in the listview. The page is poped. Now when popping page B, I...
View Article