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 :)
Asked
Active
Viewed 426 times
0
-
1Please 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 Answers
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.

Sebastian Jensen
- 154
- 6
-
Hello Sebastian :) need controls CheckBox, RadioButton, ExtendedLabel . – user3630962 Feb 01 '18 at 23:55
-
-
In this case the easiest Way is to take the code of the XLabs controls and create your own controls depending on XLabs. – Sebastian Jensen Feb 02 '18 at 15:23
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