Hi,
I have an Form (derivate from SfForm) and an ScrollersFrame.
In the constructor-void:
this.SetAutoScrollMargin(0, 0);
this.AutoScrollMinSize = this.Size; // size = 350*350
this.AutoScroll = true;
this.scrollersFrame1.AttachedTo = this;
But ... i don't see the ScrollersFrame (if the form smaller as her size) :(
Change i the Base (SfForm) to normal WindowsForm, then i see the ScrollersFrame.
Have anybody an idea?