Questions tagged [xlabs]

Xamarin Forms Labs is an open source project that aims to provide a powerful and cross platform set of controls and helpers tailored to work with Xamarin Forms.

XLabs is an open source project that aims to provide a powerful and cross platform set of services and controls tailored to work with Xamarin and Xamarin Forms.

Call for action for all Xamarin Developers, embrace this project and share your controls and services with the community, add your own control to the toolkit.

Important for developers The master branch is the current development branch. The v.2.0 is the stable branch.

Find a Bug or Fix a Bug Issue Tracker

Available controls

63 questions
0
votes
1 answer

how to add a long directional arrow after the text in xlab ggplot2?

I would like to add an arrow after the text in xlab using ggplot2. Here is an example of a code below where I try to do it but adding dotted lines and signs but it is not very aesthetic. ggplot(data=Q2, aes(x=month, y=dataQ)) +xlab("Mois …
Falltok
  • 11
  • 3
0
votes
2 answers

How to use Checked binding with radio button on item selected of the listview cell with Xamarin Forms?

I am using radio button with listview and on listview item click I want to make radio button checked/selected but unfortunately not able to select the radio button.
Sandeep Singh
  • 81
  • 1
  • 11
0
votes
1 answer

How to set UI in Xamarin Forms?

Hello All I am using this Plugin and implemented Radio button but issue is I am not able to set UI as per requirement. How can I change padding or margin according and set background? Also I want to set Item selected color which is currently pink.…
Srusti Thakkar
  • 1,835
  • 2
  • 22
  • 52
0
votes
1 answer

Error Running UWP Project (UniversalWindows)

I am making a crossplatform xamirin forms application that should run on android and pc windows. During compiling the UWP version I get the exceptions: Can not resolve Assembly or Windows Metadata file 'Xamarin.Forms.Platform.WP8.dll and Type…
Amanda
  • 1
  • 1
0
votes
1 answer

xamarin forms xlabs checkbox

I am new to Xamarin forms. I was trying to implement Checkboxes in my project. I referred this link : https://devlinduldulao.pro/how-to-create-checkboxes-in-xamarin-forms/ So, I added the mentioned nuget package and added this line in my xaml page…
Abhishek Aggarwal
  • 207
  • 2
  • 4
  • 13
0
votes
0 answers

XLabs initializing services Android

I install nuget packages in my project and all works fine. But if I try to inherit the MainActivity from the XFormsApplicationDroid class, then I get an exception: I also do not know what to do with ToolBar and TabBar.
Nikita Goncharuk
  • 795
  • 1
  • 8
  • 23
0
votes
2 answers

Xamarin.Forms] What libraries can replace Xlabs?

Xlabs no longer maintains Xamarin.Forms. I need to replace the existing xlabs library I was using. What can I use? Do you have a library you can recommend? Thank you :)
0
votes
1 answer

XLabs autocompleteview doesn't display results after updating model

I have an issue trying to get XLabs autocompleteview to work, first try the search command would not get to the viewmodel, so I changed it to code behind, now it does go to the viewmodel and populates the model but the items are not showing on the…
theshwaguy
  • 439
  • 1
  • 3
  • 14
0
votes
1 answer

How to use XLABS FrameWork

Currently I am learning Xamarin. While searching MVVM Pattern, I found XLABS Framework. I have tried downloaded XLABS (https://github.com/XLabs/Xamarin-Forms-Labs) and try to execute it but its generate error. "System" not found. "Xamarin.Forms" not…
Dave Kapildev
  • 471
  • 1
  • 7
  • 18
0
votes
1 answer

Loading Multiple ViewModel in a single View Xamarin Forms

I’m working on a Xamarin Forms project, where I have a screen divided into 2 parts, inside a single View (say DashBoardView.Xaml). One part is having some menu options and on the other part I want to load different views on menu option clicked. The…
M.Aish
  • 1
  • 1
0
votes
0 answers

gridview not working in xamarin forms

Trying to get gridview in xamarin forms to work, but when my app reaches the page it throws an IO exception. This is my code:
Bjt1776
  • 189
  • 3
  • 15
0
votes
2 answers

Xamarin: How to Capture Image DATA (not only for display) on portable app

I need to capture an image from my camera using xamarin.forms portable, and obtain access to the image byte[] data for image processing purposes. How can this be done? I have the working code that captures the image and simply shows it, using…
Gulzar
  • 23,452
  • 27
  • 113
  • 201
0
votes
1 answer

RadioButtons and CheckBoxes not working properly on iOS and UWP

I am working on a cross platform app using Xamarin in Visual Studio 2015. I am using XLabs.Forms v2.3.0- pre 05 and I am having problems with radio buttons and checkboxes. Right now the checkboxes work fine on UWP but they won't show on iOS. The…
Aurora
  • 23
  • 9
0
votes
1 answer

how to increace font size in iphone , ipad mini and ipad tablet

i am using Xlabs font manager and font provider to increase font size i got success in that but only the problem i am facing in iPad-mini no change in font size. i used bellow code to change font size private const short InitialSize = 18; …
sumeet
  • 305
  • 9
  • 24
0
votes
0 answers

Xamarin XLabs.Platform.iOS.Service.Media.MediaPicker TakeVideoAsync fails without stacktrace (SIGABRT)

After upgrading my device to IOS 10 several problems arose to my Xamarin IOS application. Most of them due to the following issue iOS 10 - Changes in asking permissions of Camera, microphone and Photo Library causing application to crash In…
Paolo
  • 631
  • 2
  • 10
  • 23