OnElementPropertyChange within ViewCellRenderer
is there any plans/workaround to get OnElementPropertyChange within a ViewCellRender?
View ArticleDebugger-crash if #IF __Android__ is used
Hi all I "try to try" Xamarin.Forms (VS 2013, 90-day-trial). Today I have "tried to try" the "#IF Android"-compiler-statement (and also the other platforms). The statements to iOS and WP seems to...
View ArticleWill Xamarin.Forms support Profile 259 (for Windows Phone 8.1)?
Since Universal apps (supporting both Windows Store and Windows Phone 8.1) can't be built using PCL profile 78, it would be great if Xamarin.Forms (as well as its Xamarin.Forms.Labs companion)...
View ArticleDoes Xamarin Forms support DataTriggers in Xaml?
I am looking to use Datatriggers to dynamically display elements in xaml. is this supported in Xamarin forms? Otherwise I guess i would use a boolean property in my ViewModel bound to the visibility...
View ArticleIs it possible to build a Visibility Converter in Xamarin?
So far I have: using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using Xamarin.Forms;...
View ArticlePlease install package: 'Android Support Library' available in SDK installer....
hi i am using mono in to visual studio , the sdk manager is updated for "android support library Rev. 20" when me is build the project : Error 1 Please install package: 'Android Support Library'...
View ArticleIn XAML, how do you bind a property element (not a property attribute)?
The typical way to do bindings in XAML is using property attributes, and this works just fine: <Label Text="{Binding CategoryName}" /> One should also be able to bindings on property elements,...
View ArticleTextBox
In Class i have a three TextBox. What method applied to the final approval of the window indicated that the field has text?
View ArticleIs it possible to see changes in ToolbarItems once they are rendered?
Example scenario: I have page where I have set ToolbarItems, page is rendered. In the middle of the page is button, if I click on it I want to add one new ToolbarItem into ToolbarItems (same page) and...
View ArticleHow to databind with a converter in code?
So far I have: Label notValidLabel = new Label() { Text = "*", TextColor = Color.Red, Font = Font.SystemFontOfSize(20,FontAttributes.Bold) }; notValidLabel.SetBinding(Label.IsVisibleProperty, new...
View Articleusing Xamarin.Forms along with iOS or Android Designer
Hi all, I was wondering if a Xamarin.Forms solution could play well with code generated from the iOS and Android designer. I still don't understand how does the injection from platform specific code...
View ArticleProblem with iOS
I use Xamarin Forms to create an App, It works well on Android and Wp,but on iOS,there are several problems. I have two ToolbarItems in the Navigation Bar, but the image is too huge when displayed in...
View Articlehow to set the height of separate line in listview
Is there any way to modify separate line's height???
View ArticleTabs inside Master portion of MasterDetailPage?
I'd like to have tabs inside the Master portion of my MasterDetailPage, similar to the attached file. Does anyone have any ideas how this might be done? Thanks, Jeff
View ArticleImage.Width always -1?
Hey, I want to have a label in a frame with the same width as my image but image.width always returns -1? This is what I tried: _image.Source = pages[activePage].image.Source; _frame.Content =...
View ArticleWhat is the best way to deal with app config settings?
In the asp.net web world we have web.config with appsettings and we can create config transforms for different environments (dev, test, production). What is the best way of dealing with these in...
View ArticleXAML slower than straight code?
Is xaml parsed at runtime or compiled? It is slower than straight coding the screens?
View ArticleAbout MessagingCenter
Hi, I have some questions about the Xamarin MessagingCenter (X.MC), who knows the answers? I have to switch over from Catel because that does not seem to work at the moment... Somehow I suspect X.MC...
View ArticleUsing ViewRenderer to display GooglePlayServices MapView
Hello! I'm currently working on a Xamarin.Forms app that needs to display map markers with clickable info windows to navigate to another screen. Since Xamarin.Forms.Maps.Map doesn't have a PinSelected...
View ArticleUsing ViewRenderer to display GooglePlayServices MapView
Hello! I'm currently working on a Xamarin.Forms app that needs to display map markers with clickable info windows to navigate to another screen. Since Xamarin.Forms.Maps.Map doesn't have a PinSelected...
View Article