Is there an equivalent of WPFs Visibility.Hidden
I need to hide a control from view, but keep it in the layout pass - the same as WPF does with Visibility.Hidden. IsVisible is the equivalent of Visible and Collapsed - shown and in the layout or...
View ArticleScroll Contest on Keyboard or iOS with Xamarin.Forms iOS when it covers content
Hi, this is a classic issue in iOS. Which is the recommended way to scroll the content when the keyboard obscures the Entry Fields. Best Regards
View ArticlePopup containing listview
Hi, I want to display list of items in popup over the content page. I did this but using ModalPopup like following: await Navigation.PushModalAsync (new ModalPopUp ("State")); Everything is working...
View ArticleCustom Renderer for Content Page for Windows Phone
Hello, I want to build a custom renderer for the Content Page for windows phone. I used this:- ` [assembly: ExportRenderer(typeof(ContentPage), typeof(CustomPageRenderer))] namespace...
View ArticleUsing CalenderView from Xamarin.Forms.Labs
I am trying to use the CalenderView from the Xamarin.Forms.Labs library. I have been looking through the source to identify the bindable properties. and have found DisplayedMonth.. So I tried to bind...
View ArticleFullscreen CarouselPage with background image and overlayed scrollable text
Hi guys, I'm trying to get a Xamarin Forms CarouselPage based app working, but I'm not sure if what I'm trying to do is actually possible, I've run into a couple difficulties. So far I can get the...
View Articleread xml file in shared project
hi, I want to read a xml file in the shared project from my forms app but I cant get it to work. This is my code: var assembly = typeof(ContentPage).GetTypeInfo().Assembly; Stream stream =...
View ArticleUpdate to Xamarin.Mobile / forms.Maps...? / Geolocator WP slow
Hi all I have implemented now Xamarin.Mobile in my app for all platforms. For WP, I had to reference the mobile-DLL myself (not automatically done by install the nugget). In the examples, WP mostly...
View ArticleListView GroupHeaderTemplate in code forcing a custom ViewCell type
Going through the [https://github.com/jamesmontemagno/Xamarin.Forms-Monkeys](Monkey demo) on code-based ListView generation, trying to get a header cell to show up via code, the example creates a...
View ArticleINotifyPropertyChanged Events are not firing in...
Hi, In our sample application, we have an Auto complete control and two picker controls (Data binding as "List Collection" by calling WCF REST Service). We have used "OnPropertyChanged" Event to select...
View ArticleXamarin.Forms for WinRT
Hi, I have to develop from scratch a tablet App for WinRT, IPad and Android. It seams that it is possible to do UIs with Xamarin.Forms for IPhone/Ipad and Android devices, but not for Windows 8 RT. So...
View ArticleSearchBar Command Interface
Could someone refer me to an example of using the SearchBar's command interface? I can't get the SearchBar to pass its command parameter when it calls the Execute method.
View ArticleHaving difficulty getting a Grid inside a ScrollView to work.
Hi All, Maybe this is very easy but I cannot seem to get this XAML to work. Basically the goal is to handle landscape orientation on devices easily. I seem to be missing something very simple....
View ArticleReading values in a Listview of
Hello, For the life of me I can't figure this one out. I present a listview to the screen. The user then enters quantities for each item, hence the entry cell. When the user is finished entering the...
View ArticleHow would I extend Image with methods (Scale/AsPNG)
My app uploads images to Azure Storage from the camera roll in iOS but they are about 4.7MB and so I want to reduce their size by scaling or compression. I see in MonoTouch there are a few methods on...
View ArticleShouldn't WebView raise an event when the url changes
Hey, Trying to use the WebView in WP and it doesn't seem to generate any events while the user is navigating in the view. Is there a way to get the url they are looking at? I would've expected the...
View ArticleDismissViewController with Xamarin.Forms
Does anyone know how to dismiss a UIViewController that has been added using a PageRenderer? Here is my PageRenderer. using System; using Xamarin.Forms.Platform.iOS; using Xamarin.Auth; using...
View ArticleMaster Detail Page within Tabbed Page
Tabbed Pages can be created within Master Detail Pages. However, is it possible to create Master Detail Pages within Tabbed Pages? Thanks.
View ArticleAndroid ListView separator height
Hi, Can we increase the listview separator height using forms in Android? Thanks in advance.
View Article