1

I am new to Mono/Gtk development, so I am having some trouble in finding what I need.

I would like to accomplish a behavior similar to WrapPanel in .NET, meaning I would like to add widgets to container and have it go to next row when there is no more space available horizontally.

I also need to be able to remove widgets from the container randomly.

My question is: is there a way to do something like this with HBox/VBox containers? I would appreciate if you could point me in the right direction.

Thanks!

4

1 回答 1

0

GTK 有GtkToolPalette,但我认为它不能从 C# 获得。

于 2012-07-03T22:02:20.330 回答