0

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 :)

  • 1
    Please see [help/on-topic], section on off-topic questions, point 4: *"Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic"* – Paul Kertscher Feb 02 '18 at 05:41

2 Answers2

0

Currently I'm not able to comment on this.

It depends which controls of XLabs you need. Can you give some examples that we are able to check if there are something similar available.

Maybe you can take a look at the controls of Syncfusion which are free with the community licence.

If you can't use Syncfusion for example the easiest way is to create your own controls depending on the XLabs Controls. So you can copy the code an extend the functionality.

0

I would build your own custom controls for CheckBox, RadioButton and ExtendedLabel based on the code from XLabs.

That way you'll be able to fix end extend it.

Steve Chadbourne
  • 6,873
  • 3
  • 54
  • 82