Author Topic: LiquidUI: noscrollbar Command  (Read 3778 times)

chirag.amin@guixt.com

  • GuiXT Forum
  • Newbie
  • *
  • Posts: 34
    • View Profile
LiquidUI: noscrollbar Command
« on: August 23, 2016, 02:07:14 PM »
This example illustrates the noscrollbar command. The noscrollbar command hides any scrollbars in SAP screens.  It can be used to suppress or hide scrollbars within a specified area in a SAP screen. This is very useful if a user has deleted a large number of fields or other elements, making a scrollbar unnecessary. The scrollbar at the right-hand edge of the window is the lone exception to the command - it is not suppressed when using the noscrollbar command.

LiquidUI Code:

del("G[Communication]");
noscrollbar();
« Last Edit: August 24, 2016, 11:11:51 AM by chirag.amin@guixt.com »