c# - Two List Boxes side by side and stretchable -


I have two list boxes as shown below, from the side. They are both anchors on top, bottom, left and right.

When I spread the window, the left list box grows to one right. However I want to differentiate between them and want to expand both listboxes equally.

Use one more one-list box on each side. Set that complete the dock to split container

The split container should be sufficient for your needs, but you can still use a table layout panel for a more complex layout.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -