Sliding menu
Hi Everyone. How can I Create a sliding menu like this SlidingMenu in Xamarin.Forms Thanks.
View ArticleAbout Master-Detail Page
Hi, everyone. I want to implement a slidingmenu in Xamarin.Forms. 1) Master Detail Page looks good, but it looks diffirent on ios and android. it is better we can slide both content and navigation bar...
View ArticleIssue with XAML markup not working in PCL
Hey team, I prefer to build my UI in XAML, mainly cause I'm used to that from my Silverlight experience. I get this error:- Error 3 The type or namespace name 'Forms' does not exist in the namespace...
View Articlestrange exception
Hi guys, today I have a strange bug. Whenever I try to debug my app on the emulator I get this exception Java.Lang.ClassNotFoundException: android.animation.ValueAnimator in loader...
View ArticlePlay sound and 2d drawing
How to play sound file *.wav? can we draw 2d image on some controls in Xamarin.Forms? Line, Circle, String, Image...
View ArticleFont and size of text outside and inside of a WebView
I will display text inside and outside (normal Label, ListView and others) of a WebView with the same font and size. How can I synchronize the size, so that text inside the WebView looks identical to...
View ArticleBound Images not showing
Hi, I have been attempting to make use of MVVM to create an application. I have successfully bound the properties, however, when the application loads up, all of the text binding work as expected but...
View ArticleSearching in a list view
Hi I am trying to create a view using SearchBar in a view using code. But I am not able see it on the screen and it breaks. Can anybody help me with this. This is the one I am using. SearchBar...
View ArticleAdding pages dynamically to a Carousel Page
I'm trying to add a series of pages dynamically to a CarouselPage like this: foreach (var myDataItem in myDataItems) { var subPage = new MyCarouselDetailPage(); subPage.BindingContext = myDataItems;...
View ArticleInstagram Scrollview
Hey, this is the first app im making using xamarin forms. For inspiration ive had instagram. So my first page is a tabbed page to which ive added a few children. Now to my problem: I want one of these...
View Articleimage not displayed
hello, I try to display an image in a Xamarin page, the code I use is: Image img = new Image() { Source = "retourImg.jpg" }; and: this.Content = new StackLayout() { Orientation =...
View ArticleScollView not displaying all the Text in the Label in Android
I have a scrollView that contains a label with a lot of text, it works great on iOS, but when rendered on Android the Text in the label gets chopped, in other words it does not display the rest of my...
View ArticleGeneral questions to the handling of pages in Xamarin.forms
Hi all I have general questions to the handling of pages in xamarin.forms (I hope someone can explain :-). By start of the app (app.cs - GetMainPage()) I load a (first) page as “main-page”. From the...
View ArticleGet bindable property value
I am experimenting with a TabbedPage which itemsource is an array of a class with a string called name and a getter/setter called Name. The content page I display using the itemTemplate is a stack...
View ArticleiOS UISplitView and NavigationPage result in black screen
I have a UISplitView on iOS iPad, trying to split my navigation in two due to the design of the app I'm developing. I'm doing this: splitVC = new MySplitViewController(); var outlineVC = new...
View ArticleEntry and Editor work differently
The look and feel of these two controls is different. To the user they are just text entry controls. However their background and behaviour are different. Why?
View ArticleHow do you create a custom xaml property?
I'm creating a custom Entry component by wrapping a Entry around a StackLayout. Currently I'm trying to create a property called 'SandboxPlaceholder' and I simple want to redirect this property to the...
View Articlepossible to do the thing just use Forms ?
the effect: http://img.blog.csdn.net/20130904201515703 scroll to get new items. and the waterfall layout.
View ArticleNot possible to bind to HeightRequest (but it is to Height..) - Reason?
I don't see the logic in why HeightRequest is not implemented as a Bindable property in VisualElement - but Height is. Can anyone shed some light on this? Thanks,
View ArticleMasterDetailsPage customize Default toolbaritem
On the windows phone there is a default toolbaritem added which is needed for navigation on the masterdetailpage. Is there any way to customize the icon or text of it?
View Article