How to access the scrollbars

  • Is there a way to access the properties of the horizontal and vertical scrollbars of the wp-form component ?

    Not without inheriting from this class. They are protected:
    FHorzScrollBar: TScrollBar;
    FVertScrollBar: TScrollBar;