akgulebubekir / Maui.DataGrid

DataGrid component for Maui
MIT License
260 stars 53 forks source link

How can I remove the black color from below #165

Closed spacesdima123456 closed 8 months ago

spacesdima123456 commented 8 months ago

f047de73-f877-426c-970b-1f66a4bee40d How can I remove the black color from the bottom? The BorderColor property changes color. If the BorderColor property is set to Transparent, then everything is ok, but then the head border disappears.

symbiogenesis commented 8 months ago

You can try using the current main branch as it has the sensible-layout branch merged now, as of PR https://github.com/akgulebubekir/Maui.DataGrid/pull/121

symbiogenesis commented 8 months ago

Until the next version is released, you could clone the main branch and reference it as a project reference instead of a package reference.