DottorPagliaccius/Xamarin-Custom-Controls

Setting Border in a style adds a full border no matter what

Closed this issue · 1 comments

If you add a border to accordion:AccordionItemView in styles it makes it a full border even if you set it to something like 0, 0, 0, 1. If you try to override the border on the element, it still won't work. If you only put the border on the element and not in the style it does work.

fixed, thank you