How to make TableView fit to content, with no extra rows
When rendering a TableView, on either Android or iOS, it takes up a certain amount of space, regardless of the size of the content. My sample code is the following XAML: <TableView>...
View ArticleSmtp in Xamarin.Forms.
I'm trying to send mail by Smtp in my project. I got it well for Android & iOS by MailKit. I don't know how can i do with Windows Phone ? How can i use Smtp in Windows Phone ? Thanks and Regards.
View ArticleIntegrate Facebook login in Xamarin.Forms PCl
I want to Integrate Facebook login in my Project that is using Xamarin.Forms PCl. is it possible to integrate Facbook login in xamarin.form for Windows 8 App and others platform too?
View ArticleiPad Landscape hides content in Tabbed Page View
I have attached 2 images, both landscape. XForms 1.2.3 The iPhone correctly puts the content visible (WebView), but the iPad hides the bottom of the webview under the tabs at the bottom. The page is...
View ArticleTool bar disappears on iPad switching from portrait to landscape
I am using Xamarin.Forms 1.2.3.6257. No special code for iPad. When the app launches in portrait mode my one toolbar item (refresh) is there, visible, and I can press it and it works fine. Switch to...
View ArticleHowTo: Adding a Windows Project to an Existing X.Forms Solution
Hello. So, first of all, fantastic post by @JamesMontemagno here http://motzcod.es/post/122783563052/guide-to-add-windows-phone-to-xamarinforms-13 on how to do this. Perhaps I am missing a finer point...
View ArticleThread started Thread Pool : When i get data from api put to group listview
I want to get data from api and put to group listview, but app not show error and not display data. Sorry my english not good This my function to download data: and code to display in layout DataModel:...
View ArticleSecurity of Resources.resx and Build Action
Hello, I'm using a resx file in my application to store some keys that I want to keep hidden to users. Is there any way for users to read its content? (I've set Build Action as Embedded resource) Thank...
View Articlepassing an object in the constructor to a clicked event
I'm pretty new to Xamarin and recently start trying to make an App using the Xamarin.Forms XAML: <Button Text="Quick Links" BackgroundColor="#99CCFF" Grid.Column = "2" Grid.ColumnSpan="2"...
View ArticleHow to make the progress bar into "6.5".
Hi, How to make the progress bar into "6.5". I am trying to set progress property into "6.5" but not working.
View ArticleHow to achieve scrolling on a page with StackLayout and WebView?
Currently I have the following project: https://github.com/bencrispin/ScrollInWeb I know I've read in other forum posts that a scrollable view inside of another is skeptical, but this works...
View ArticleWebview horizontal scrolling issue
I have an app loading a page in a webview. There is black spacing to the right of the content, I believe it's because the webpage is extending beyond the screen size. How to I make the webview fill the...
View ArticleNeed Image.Aspect.DoNothing
I'm creating a view with several image views where I don't know the size of the image at design time. I want the images to just be centered in the control and I don't want the images stretched in any...
View ArticleVisual studio 2015
Anyone else getting compiler problems with Xamarin forms in visual studio 2015? I have the Xamarin packages there but I'm getting things like ContentPage doesnt exist
View ArticleWhy am I can't? [assembly:Dependency(typeof( ??)]
I see several people use this code, but in my code I can not make it work [assembly: Dependency(typeof(Droid.Path.Config))] namespace Droid.Path { public class Config : IConfig { Error Severity Code...
View Article5 Tips to Properly Style Xamarin.Forms Apps
http://motzcod.es/post/125302147562/5-tips-to-properly-style-xamarinforms-apps?utm_source=Xamarin+Weekly+Newsletter&utm_campaign=87ff0a0a09-Issue_0517_30_2015&utm_medium=email&utm_term=0_07...
View ArticlePicker broken for Windows Phone 8.1?
The color example for the Picker control does not work on Windows Phone 8.1 when I reduce the number of colors in the pickers items list. If it is used with 6 items or more, the selection is shown as...
View ArticleCould not load type Share.Forms.Plugin.iOS.ShareImplementation,...
I've been scratching my head on below error when I started using https://github.com/jguertl/SharePlugin: Could not load type Share.Forms.Plugin.iOS.ShareImplementation, Share.Forms.Plugin.iOS,...
View ArticleCreate share button
Hello, is there a way to create a "Share" button with Forms? I want to create this button that, when pressed, launches the classic intent chooser in Android (Image 1), the UIActivityViewController in...
View ArticleOverride/cancel pop when hardware back button pressed using NavigatePage
Is there anyway to achieve this? Thanks, Stuart
View Article