[Gtk-sharp-list] Problem with table container

kmarecki marecki.krzysztof at gmail.com
Tue Jul 19 09:14:43 EDT 2011


Hello,

This is a default behavior for all GTK# containers. They resize themselves
according to dimensions of widgets that have been put inside them. Designer
in MD places placeholder widgets inside table so it is easy to drag and drop
child widgets but they are missing when the application is running.

If you want to reserve space in the table container, you should add some
fake widget (e.g. Gtk.Alignment)
and then set desired height or width.

Regards
Krzysztof Marecki

--
View this message in context: http://mono.1490590.n4.nabble.com/Problem-with-table-container-tp3678036p3678086.html
Sent from the Mono - Gtk# mailing list archive at Nabble.com.


More information about the Gtk-sharp-list mailing list