Alexander Neumann

Results 46 comments of Alexander Neumann

If you remove the `HSplitter`s, things should clear up.

It looks like you may have forgotten to set a `Layout` on some `Container`.

Fixed in https://github.com/lxn/walk/commit/5d9132a89763dee9c0664a599da7a8a733a7dd31.

Hard to answer without seeing the whole structure of your GUI.

It used to work some time ago, but I don't see the point in putting in the extra effort to support it indefinitely. BTW, I'm not even sure if walk...

Why don't they upgrade to a newer Windows version?

This example needs to be rewritten. The designer stuff is no longer supported.

You should be able to use e.g. a Composite without specifying any layout. Then handle its SizeChanged event, as you already have tried, to do your custom layout.

If you do your own layout you need to provide width and height as well, so you should call SetBounds for those widgets.