Xamarin.forms: Grid's Border

Created on 4 Feb 2020  Â·  3Comments  Â·  Source: xamarin/Xamarin.Forms

Hi,

Please add Border properties to the Grid so it can also act as a table

This includes BorderWidth and BorderColor

and it should be like this:

BorderWidth="1,2,1,2"

to apply a width for left, top, right and bottom

Thanks,
Jassim

proposal-open enhancement âž•

Most helpful comment

@mohachouch @jrahma In addition, if we can have corner radius to the layouts such as Grid, Stacklayout, in the same way as BorderWidth="1,2,1,2" to apply a radius for left, top, right and bottom?

All 3 comments

I think we can extend this request at all layouts (Grid, StackLayout ...)

@mohachouch @jrahma In addition, if we can have corner radius to the layouts such as Grid, Stacklayout, in the same way as BorderWidth="1,2,1,2" to apply a radius for left, top, right and bottom?

Duplicate of #1695

Was this page helpful?
0 / 5 - 0 ratings