[PSS 2016][Bug] FlowLayoutPanel

This forum can be browsed by the general public. Posting is limited to current SAPIEN license holders with active maintenance and does not offer a response time guarantee.
Forum rules
DO NOT POST LICENSE NUMBERS, ACTIVATION KEYS OR ANY OTHER LICENSING INFORMATION IN THIS FORUM.
Only the original author and our tech personnel can reply to a topic that is created in this forum. If you find a topic that relates to an issue you are having, please create a new topic and reference the other in your post.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 7 years and 6 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
User avatar
othman
Posts: 145
Last visit: Tue Nov 02, 2021 1:40 am

[PSS 2016][Bug] FlowLayoutPanel

Post by othman »

Product, version and build: PowerShell Studio 2016 - 5.2.128
32 or 64 bit version of product: 32 / 64
Operating system: Win 7 / Win 10
32 or 64 bit OS: 32 / 64
PowerShell Version: 2/3

Symptom:
Form Designer, FlowLayoutPanel dock – wont fill.

Reproducibility:
New Form, interest FlowLayoutPanel and any other control, or object, Dock - Fill
DevinL
Posts: 1098
Last visit: Tue Jun 06, 2017 9:15 am

Re: [PSS 2016][Bug] FlowLayoutPanel

Post by DevinL »

I've managed to reproduce this on my end and it does appear to be a bug.

Thank you for bringing this to our attention, I've passed it along to the developers and when we have some more information we'll be sure to post it here.
DevinL
SAPIEN Technologies, Inc.
User avatar
davidc
Posts: 5913
Last visit: Mon Jul 08, 2019 8:55 am
Been upvoted: 2 times

Re: [PSS 2016][Bug] FlowLayoutPanel

Post by davidc »

This is not a bug, but how the FlowLayoutPanel functions. It ignores all the docking and anchoring of the controls. I recommend using the TableLayoutPanel instead, because it allows you to fill the cells with the child controls.
David
SAPIEN Technologies, Inc.
User avatar
othman
Posts: 145
Last visit: Tue Nov 02, 2021 1:40 am

Re: [PSS 2016][Bug] FlowLayoutPanel

Post by othman »

Thanks David, I use TableLayoutPanel as work around.
This topic is 7 years and 6 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.