Remove ListView padding
This commit is contained in:
parent
573b3456bb
commit
50a4e7f221
|
@ -36,6 +36,7 @@ namespace Ooui.Forms.Renderers
|
||||||
{
|
{
|
||||||
_listView = new List();
|
_listView = new List();
|
||||||
_listView.Style.Overflow = "scroll";
|
_listView.Style.Overflow = "scroll";
|
||||||
|
_listView.Style.Padding = "0";
|
||||||
|
|
||||||
SetNativeControl(_listView);
|
SetNativeControl(_listView);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue