Vincent asked 2021-10-13 08:55:20 UTC
Hi,
So I'm using quite some custom controls which are placed in FlowLayoutPanels. When doing this at runtime you need use three lines of code:
-
.controls.add()
-
.setFillWeight()
-
.setFlowBreak()
Wouldn't it make more sense to (optionally) pass 2 and 3 in method 1?
Thanks for considering.
Vincent
Vincent asked 2021-10-13 08:55:20 UTC
Hi,
So I'm using quite some custom controls which are placed in FlowLayoutPanels. When doing this at runtime you need use three lines of code:
.controls.add()
.setFillWeight()
.setFlowBreak()
Wouldn't it make more sense to (optionally) pass 2 and 3 in method 1?
Thanks for considering.
Vincent