KNOWLEDGE BASE
Log In    |    Knowledge Base    |    4D Home
Tech Tip: How to remove the scroll bars in 4D View
PRODUCT: 4D View | VERSION: 2003 | PLATFORM: Mac OS X
Published On: April 25, 2003

You can show or hide the horizontal scroll bars in 4D View like this:

  `You can show both the horizontal and vertical scroll bars in 4D View like this:
PV SET AREA PROPERTY (Area;pv show hor scrollbar ;pv value on )
PV SET AREA PROPERTY (Area;pv show vert scrollbar ;pv value on )

  `You can hide both the horizontal and vertical scroll bars in 4D View like this:
PV SET AREA PROPERTY (Area;pv show hor scrollbar ;pv value off )
PV SET AREA PROPERTY (Area;pv show vert scrollbar ;pv value off )