[Mono-list] IDE Question

Chris Howie cdhowie at gmail.com
Thu Oct 30 20:22:51 EDT 2008


On Thu, Oct 30, 2008 at 8:00 PM, Stimphy <Stimphy at cox.net> wrote:
> Ok, either I am a complete iot :teeth: or I am missing something really
> obvious.  I can not resize controls in the IDE when they are dropped on the
> form.  When I try to grab the edges and resize, the entire control moves.  I
> humbly ask for assistance.:confused:

GTK+ uses container-based layout, not position/size based.  You nest
containers to create the structure you want, and widgets resize
automatically.

-- 
Chris Howie
http://www.chrishowie.com
http://en.wikipedia.org/wiki/User:Crazycomputers


More information about the Mono-list mailing list