Text being trimmed in a Label when rotated
Hi. This is my first post here in Xamarin Forums, so please excuse me (and do let me know!) if this question is not placed where it should or whatever. I'm also pretty new with Xamarin itself, so maybe...
View ArticleView hierarchy in android leeds to StackOverflowError
Hello, we are currently testing our Xamarin.Forms application on older android devices (with < 1GB Ram). On lot's of these devices (which are still very common in our target countries) the app...
View ArticleRESTSHARP
[Activity (Label = "dvtest.Droid", Icon = "@drawable/icon", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation)] public class MainActivity :...
View ArticleCan we Merge two different solution like xamarin.forms and Xamarin.Android...
Can we merge two difference type of solution like Xamarin.Forms and Xamarin.Android (or Xamarin.iOS)(Which gives more richer control) ?
View ArticleHow to adjust the spacing between two control ?
How to adjust the spacing between controls in page ?
View ArticleCrash reporter
Helloy!!! I develop app on Xamarin.Forms and now I need crash reporter, how I can do it?
View ArticleScrollview with Stacklayout - no scrolling
Hello, I am attempting to place a stacklayout into a scrollview. Unfortunately, the scrollview doesn't seem to be able to scroll. This is the case both in the iOS simulator and on the iOS device...
View ArticleDoes anyone have a Check box or Radio Button control?
I know both of these currently aren't supported by Xamarin.Forms. But I was wondering if anyone had created a custom Checkbox and radiobutton? I'd imagine it is pretty simple as these controls already...
View ArticleHow to get binding property in ViewCell
I know in ViewCell you can bind value to a View's property like: var lbl1 = new Label(); lbl1.setBinding(Label.TextProperty, "value_from_binding_setup_in_listvew"); But is there a way to get the string...
View ArticleHow to programatically exit your program and not have it as a background...
https://forums.xamarin.com/discussion/18156/how-to-close-my-app? Very confused by the Dependency Service example at the present time. Isn't there a simple code recipe example to KillProcess to kill the...
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 ArticleHow apply custom theme ?
How to apply custom themes which automatically set the text color according to the themes which I applied ?
View ArticleFlip An Image
Has anyone figured out a way to flip in Image in Xamarin Forms? Not rotate it - I use that for something else - but to flip it on the vertical axis? It does not appear that Xamarin supports the...
View ArticleExceeded Retry Count of 10
I have updated to the latest Xamarin.Forms. I am using Visual Studio 2013. Since I updated to the latest Xamarin for Visual Studio this morning, I am getting these issues all of the time in Windows...
View ArticleXamarin.Forms.Maps Locale/Languages
I need my maps to match the language in the app but I can't find a way to set a locale/language on the maps control. Pointers? thanks!
View ArticleMR.Gestures handles ALL touch gestures
With MR.Gestures you can handle the Tapping, Tapped, DoupleTapped, LongPressing, LongPressed, Panning, Panned, Swiped, Pinching, Pinched, Rotating and Rotated gestures on all layouts, cells, views and...
View ArticleHow do use setters in App.xaml to bind values to a custom class?
I have a custom class with custom properties that need to be retrieved. This works in the app.xaml: <cols:List x:Key="SchemaModifications" x:TypeArguments="SAL:SchemaModification">...
View ArticleSlide out menu (MasterDetail) With snap of old activity / resize
Hi. I really cant figure this one out - but hope there is a solution where i can use the MasterDetail approach, since it seems rather well build/smart. As seen on the attached image, i would like the...
View ArticleHow best to implement error handling and timeout on WebView when loading a page?
I make use of WebView within my app. It seems to be a bit short on error handling and timeout handling, which occasionally results in, well... nothing - just a blank view. How can I: (1) get a status...
View ArticleHelp in put two different Orientation in same xaml in two platform
Hello, i have a problem and hope you can help me I want to put Android in StackLayout Orientation: Horizontal and iOS Orientation: Vertical . How I do this? Here is the example of what I have now:...
View Article