I have some blinking when i replace image
I am working with xamarin forms and trying to create navigation menu. I need to set new image when i click on cell. I have some blinking when i replace image. I create image: var image = new Image {...
View ArticleProblem with StackLayout and Label tail truncation
Time label is clipped, while it should not: https://monosnap.com/file/2Gpp3PkcDfQi5NR6q3Ys5XprHE5zLI Here is the code: <StackLayout Orientation="Horizontal" Spacing="5" Padding="12, 6, 12, 3">...
View ArticleChange toolbar 3 dot icon and how to get secondary toolbar items under a...
Hi, I have a toolbar that contains 4 secondary toolbar item. There is a 3 dot icon (which is by default), by clicking on which the toolbar dropdown opens. I want to replace the 3 dot icon with an icon...
View ArticleHow can I hide the iOS status bar in landscape pages in iOS 7?
I have a forms app that I force a page to landscape. This part is (finally) working properly on an actual device. But, testing on iOS 7 I realized that the status bar displays while on 8+ it does not...
View ArticleAdditional Content in a custom Xamarin.Forms Control (XAML)
If a custom control is created with content, is there any way to specify additional content: (Example here StatusView is a ContentView with a Grid for its Content) I would like to take whatever...
View ArticleI want to develop an Xamarin.Forms app using the iOS indie version...
I want to develop an Xamarin.Forms app using the iOS indie version and when I am almost finished I want to build the Android version. Is that possible? Is there a better suggestion for a developer on a...
View ArticleAfter changing from FormsApplicationActivity to FormsAppCompatActivity some...
Hi! I changed my MainActivity to use FormsAppCompatActivity to be able to support Android 6.0 Runtime Permission, which was pretty messy to fix in Xamarin Forms. When I did this, I had to change my...
View ArticleXamarin auth and windows phone
Hi, I built the expreminental branch of xamarin auth for Windows phone. I created a pagerenderer in my Windows project and manage to get auth.GetUI(). This is of type Uri. I don't knoz zhqt to do with...
View ArticleAdding a picker in XAML
I'd like to add a picker control that has the values 1,2,3,4,5. I tried the following... <Picker SelectedIndex="{Binding NewCriterion.Importance}" > <Items>...
View ArticleRemove icon from action bar from xamarin forms android project
Hi, Can someone help me in removing icon from action bar ? Thanks, Ashish jha
View ArticleHow to show loading indicator when webview is loading in XF
Hi, I am trying to show a loading indicator while my webview is loading up in XF. I found it's very easy to do with the native API, but not found any correspondent events or such in XF. Could anyone...
View ArticleWPToolkit in Xamarin.Forms
Hello there! Xamarin´s way to show Pickers (Date, Time, or simple Lists) on Windows-Phone is always fullscreen. It does not make much sense to go fullscreen if it only has 2 to 5 or 6 entries. Now...
View ArticleIs it support Multiple resolutions for Android and multiple devices for IOS?
Hello Team, We are planing to use Xamarin.Forms for my below requirement. I have a requirement that, we need to develop the application for both Android and IOS. For Android it should support for any...
View ArticleHow to set Tag for a view inside GetCellCore of CellRenderer ?
I have a Custom CellRenderer ( Android ) for list items in a Xamarin.Forms.ListView. I am trying to create a custom ViewHolder pattern , so that I can get rid of unnecessary view.FindViewById calls....
View ArticleAndroid Project Causing Visual Studio to Hang
I need some help in how to debug this issue. I have recently upgraded to Xamarin 4 and now when I open my Xamarin Forms project it will hang just after initializing the Android project. If I comment...
View ArticleContext actions in listview
Hi everyone! I am trying to show 3 menu buttons in the context actions in listview. <ViewCell.ContextActions> MenuItem Text="Large Text Large1" MenuItem Text="Large Text Large2" MenuItem...
View ArticleDevice reset on debug
Hi, I'm experiencing a strange behavior when i try to debug a xamarin forms app in VS20015 or Xamarin Studio. My device is reset when the execution comes to breakpoint and i press F11 (step into) if i...
View ArticleMVVM
Hi Everyone, Am trying to learn MVVM.I created a sample project to Change image based on TapGesture,But its showing some Exeption.Anyone please solve my problem.get the code from below link. Thanks in...
View ArticleHide extra empty rows in a listview?
Hi, Iam using a listview to render 3 items. The listview continue to render empty items. How can i remove the empty rows? I use XAML for the views. Any ideas? Thanks Jesper
View ArticleHow to hide the empty rows of a list view in xamrin.forms in ios
My list view has just 1 or 2 datas , but still it shows empty rows till the end of the page . This just happens in ios ., in android its working fine . pls do tell me what changes to make to hide the...
View Article