Wimark.Controls Class Library  

DropDownArea.ScrollContent Method

Relayouts content for a new scroll position.

[Visual Basic]
Overridable Protected Sub ScrollContent( _
   ByVal dx As Integer, _
   ByVal dy As Integer _
)
 
[C#]
protected virtual void ScrollContent( 
   int dx, 
   int dy 
);
[C++]
protected: virtual void ScrollContent( 
   int dx, 
   int dy 
);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DropDownArea Class | DropDownArea Members | Wimark.Controls.Editors Namespace