Hi
When I use BeginVertical, it makes the labels and textboxes really close together
layout.BeginVertical(spacing = 10)
gives
Message: expected Nullable[Size], got int
,
but i thought BeginVertical can take
EndBeginVertical(self: DynamicLayout, padding: Nullable[Padding], spacing: Nullable[Size], xscale: Nullable[bool], yscale: Nullable[bool]) -> DynamicTable
Thanks in advance