Why in Xamarin.Forms no designers?
In forms project i can't use ui designer. How can i find it? Thanks.
View ArticleWrapLayout.cs Type 'TDeclarer' does not contain a definition for...
In WrapLayout.cs(download link: http://bit.ly/xf-custompanel) provided by @CraigDunn : /// <summary> /// Orientation (Horizontal or Vertical) /// </summary> public StackOrientation...
View ArticleWebView does not always render
I am developing on a Nexus 5 with Android 4.4.3. I am trying to include a WebView in a few of my Pages. It seems like the WebView will only appear on every other Page in my Page Stack. In GetMainPage...
View ArticleXAML pixel on the Android project are px or dp?
Let me explain with an example: Suppose I have a Page like this: <?xml version="1.0" encoding="utf-8" ?> <ContentPage.Resources> <ResourceDictionary> <!-- This is only an issue on...
View ArticleLoading Popup
What is the best way to show a loading popup? Right now I am pushing a Loading page and popping it off when the action completes, but that does not feel right.
View ArticleListview GroupHeaderTemplate
Is it possible to bind to a listview with classes like this? All examples of listview group headers have had the class something like : public class Test : ObservableCollection<TestTwo>. but I...
View ArticleDisable Master part of MasterDetailPage
I'm using a MasterDetailPage for my RootViewController. When a user is not authenticated I set the Detail to a full screen login page. Is it possible to disable the master (navigation list) so that the...
View ArticleCustom control renderer inside a shared project (Visual Studio)
The Custom Renderer Tutorial is very handy, but according to it you should create a renderer inside the iOS and Android project itself. I was wondering if it is possible to keep the renderer code...
View ArticleWhy Xamarin.Forms does not appear?
I cant solve this... I have the Business pack. I want to use the tabbed layout, etc. Anything of this appears.
View ArticleMore info on the Layout process
Is there any information on how the layout process work? I have an idea of how custom renderers work (I've seen the official video that is out there), but the documentation on this subject is basically...
View ArticleDisplayAlert opens twin dialogs
Occasionally, my application gets into a state where every call to DisplayAlert will open twin dialogs, one immediately after the other. I can interact with the top dialog, which then disappears, but...
View ArticleIs Xamarin.Forms compatible with the new Xamarin.iOS.dll for native...
My own experience is "not yet." I've taken one of my own Xamarin.Forms projects, and tried upgrading it to a 32/64 app. I've replaced the monotouch reference with Xamarin.iOS, and removed all...
View ArticleResizing Grid Row at Runtime
Is there a way to resize a grid row at runtime? I am trying to update the Row.Height on a tap of the Row.
View ArticleTextCell Style (right align Detail property)
Trying to build a Forms based settings page, IOS only for right now. The following puts the detail vertically underneath the text. Content = new TableView { Root = new TableRoot ("Table Title") { new...
View ArticleFileNewSolution Blank App (Xamarin.Forms.Portable) XS 5.2.1 Object reference...
Finally got past an activation issue with my Fiddler config, and was ready to give forms another try to see how they were progressing, but didn't make it past file, new. Has anyone else seen this?...
View ArticleProductID”特性无效
WinPhone the project,error: “ProductID”特性无效 - 根据数据类型“http://WPCommontypes:ST_Guid”,值“8a11b6d2-84ef-464a-ac35-9d238eb7a5c6”无效 - 模式约束失败。
View ArticleMVVM binding question
Is there a way to define a max number of chars when binding a label to a long text? For example, I would like to display the first 20 chars in a list. My underlaying problem is that I have a ListView...
View ArticleExtending ContentView with "templated" layout
I'm thinking about how to apply some template to each page, or better, to a layout. Imagine you have few pages and each of them having a button at the bottom and a label on the top (just for the...
View ArticleIs it wrong to use Binding with StyleId?
Hi, I am trying to bind a property with StyleId, in order to uniquely identify it. But for some reason i get internal exception and application crashes. Below is my code in Xaml:...
View Article