FlowlayoutPanel issue

0
0

Hi guys,
I am trying out the FlowlayoutPanel. In the attached sample you’ll see a page with a splitcontainer, on the Panel2 of which there is a docked Full FlowLayoutPanel and in this other FlowLayoutPanels. The first of them contains 4 textboxes, it has the Autosize to true and AutoSizeMode=GrowAndShrink. When I start the application I see only the three textboxes, the 4th textbox is not shown as its container FlowLayoutPanel has not grown enough to show it. If I drag the splitter, the panels start going to the rows below but the 4th textbox does not show up. It only shows up (the container finally grows) only when the container is left as the only one in its row, i.e. when the splitter is far right.

As a bonus, when I start the application the TextBox labels are not shown correctly. I am attaching pictures and a sample project.

Best,
Alex

  • You must to post comments
0
0

Dear Luca and Frank,
Hope you are both well and safe in these terrible times we are all going through.
Thanks for the answers and the immediate fix. Just tried it and it looks like working correctly.
All the best,
Alex

  • You must to post comments
0
0

Hi Alex,

hope you´re doing fine, thanks for reporting these issues.

The bug is logged as #2483 and enhancing the Designer as #2484.

I´m happy to let you know that both are fixed in our latest Wisej development build (2.2.21).

Best regards
Frank

  • You must to post comments
0
0

And the combination of AutoSize of the FlowLayout with the textboxes with FillWeight. Looks like a circular layout issue.

  • You must to post comments
0
0

Seems to be the combination of MinimumSize and MaximumSize with the FillWeight and AutoSize that messes it up. If you remove the MinimumSize  and use FlowBreak and MaximumSize seems to be OK. I will log the issue.

Attachment
  • You must to post comments
Showing 4 results
Your Answer

Please first to submit.