Using Visual Designer with Long Scrollng Panel?

BarrySumpter

Active Member
Licensed User
Longtime User
The visual designer is brilliant!

I''m working with the GPSEXample.
The setup Layout is really long.

Is there a way to scroll the Visual Designer down?
To work with more of the panels sections furnther down?

tia
 

BarrySumpter

Active Member
Licensed User
Longtime User
Move the smaller panels out of the way and drap the background panel up then back down when finished.


Any better or esaier way?
 
Upvote 0

klaus

Expert
Licensed User
Longtime User
Hi Barry,
When I edit the GPSSetup I select in the list of views the panel pnlSetup which is the container of the whole setupt and set its top property to a negative value. That way the whole panel is moved upwards. Don't forget to reset this property to 0 before leaving.

Best regards.
 
Upvote 0

BarrySumpter

Active Member
Licensed User
Longtime User
Nice!
On the Designer window |
Main tab |
Dropdown list of views (controls) |
select pnlSetup (parent background container of child panel sections)|
set the top property to negative numbers as you need.

----

I was hoping there was someway to scroll the Visual Designer.
No prob.

----

I've moved all the child panels apart by 2 or 3 pixels so the pnlSetup is easier to click n drag in the Visual Designer.

Then in the initSetup code I rearrange all the panels at run time.
Parent container panel to 0,0.
And child panels to 0 left with no spaces between etc.

Kinda takes the Doh! outa testing.
And I can move them around without having to worry.
 
Last edited:
Upvote 0
Top