Vcl.Forms.TScrollingWinControl.DisableAutoRange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DisableAutoRange;

C++

void __fastcall DisableAutoRange();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TScrollingWinControl

Description

Disables automatic scrolling.

Use DisableAutoRange to temporarily disable scrolling when rearranging controls in a scrolling windowed control. Use the EnableAutoRange method to turn scrolling on again when finished rearranging the controls.

See Also