[Gtk-sharp-list] ScrolledWindow and Canvas don't scroll (for me)

Tom Cook tom.cook@adelaide.edu.au
Sat, 08 May 2004 10:16:17 +0930


On Sat, 2004-05-08 at 00:02, Mike Kestner wrote:
> On Fri, 2004-05-07 at 08:14, Tom Cook wrote:
> > Hi all,
> > 
> > I an new here, and newish to GTK+, so sorry if I am doing something
> > stupid, but I can't find an answer to this.
> > 
> > I am trying to create a complex component using the Gnome canvas.  That
> > is going well.  But when I try to make it scroll, by doing this to it:
> 
> Does Canvas.SetScrollRegion do what you want?

Yes, thanks.  But...

Now the canvas will scroll when I try to scroll by a page (by clicking
in the scroll trough) but not when I try to scroll by a step (by
clicking on the arrows).  Any ideas?  canvas.Vadjustment.StepIncrement
is set to 0 and I can't figure out how to change it.

Thanks,
Tom