Hi all!
I am building a restaurant table layout designer part in my application.
I am creating dynamically some ellipse objects inside the Detail of a datawindow which the users must be able to move wherever they want.
Since there are huge halls, I need to have scrolling inside the datawindow. I mean, when a user "catches" an ellipse object and drags it towards eg the bottom of the datawindow, the datawindow should scroll automatically downwards.
Until now, I thought that this was a default PB behaviour. It seems not?
I set the Detail height to 5000. I have checked the VScrollBar and Live Scroll. No automatic scroll.
What else should I check?
Thanx in advance!