Remove ListView padding

This commit is contained in:
Frank A. Krueger 2018-04-18 15:15:44 -07:00
parent 573b3456bb
commit 50a4e7f221
No known key found for this signature in database
GPG Key ID: 0471C67474FFE664
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ namespace Ooui.Forms.Renderers
{
_listView = new List();
_listView.Style.Overflow = "scroll";
_listView.Style.Padding = "0";
SetNativeControl(_listView);
}