Fix ListView overflowing
This commit is contained in:
parent
d5cb647e0a
commit
3cd9abe420
|
@ -34,6 +34,7 @@ namespace Ooui.Forms.Renderers
|
|||
if (Control == null)
|
||||
{
|
||||
_listView = new List();
|
||||
_listView.Style.Overflow = "scroll";
|
||||
|
||||
SetNativeControl(_listView);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue