C# Класс System.Windows.Forms.ScrollableControl

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
AdjustFormScrollbars void
CalculateCanvasSize void
CreateDockPadding void
GetScrollState bool
HandleScrollEvent void
LocationChangedHandler void
OnLayout void
OnRightToLeftChanged void
OnVisibleChanged void
ParentChangedHandler void
Parent_PaddingChanged void
Parent_SizeChanged void
Recalculate void
Recalculate void
ScrollWindow void
ShouldSerializeAutoScrollMargin bool
ShouldSerializeAutoScrollMinSize bool
VisibleChangedHandler void

Открытые методы

Метод Описание
ScrollControlIntoView ( Control activeControl ) : void
ScrollableControl ( ) : System.Drawing
SetAutoScrollMargin ( int x, int y ) : void

Защищенные методы

Метод Описание
CreateHandle ( ) : void
OnPaddingChanged ( EventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void
OnScroll ( ScrollEventArgs se ) : void
ScaleControl ( SizeF factor, BoundsSpecified specified ) : void
ScrollToControl ( Control activeControl ) : Point
SetDisplayRectLocation ( int x, int y ) : void
SetScrollState ( int bit, bool value ) : void

Приватные методы

Метод Описание
AdjustFormScrollbars ( bool displayScrollbars ) : void
CalculateCanvasSize ( bool canOverride ) : void
CreateDockPadding ( ) : void
GetScrollState ( int bit ) : bool
HandleScrollEvent ( object sender, ScrollEventArgs args ) : void
LocationChangedHandler ( object sender, EventArgs e ) : void
OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
OnRightToLeftChanged ( EventArgs e ) : void
OnVisibleChanged ( EventArgs e ) : void
ParentChangedHandler ( object sender, EventArgs e ) : void
Parent_PaddingChanged ( object sender, EventArgs e ) : void
Parent_SizeChanged ( object sender, EventArgs e ) : void
Recalculate ( bool doLayout ) : void
Recalculate ( object sender, EventArgs e ) : void
ScrollWindow ( int XOffset, int YOffset ) : void
ShouldSerializeAutoScrollMargin ( ) : bool
ShouldSerializeAutoScrollMinSize ( ) : bool
VisibleChangedHandler ( object sender, EventArgs e ) : void

Описание методов

CreateHandle() защищенный Метод

protected CreateHandle ( ) : void
Результат void

OnPaddingChanged() защищенный Метод

protected OnPaddingChanged ( EventArgs e ) : void
e EventArgs
Результат void

OnPaintBackground() защищенный Метод

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
Результат void

OnScroll() защищенный Метод

protected OnScroll ( ScrollEventArgs se ) : void
se ScrollEventArgs
Результат void

ScaleControl() защищенный Метод

protected ScaleControl ( SizeF factor, BoundsSpecified specified ) : void
factor System.Drawing.SizeF
specified BoundsSpecified
Результат void

ScrollControlIntoView() публичный Метод

public ScrollControlIntoView ( Control activeControl ) : void
activeControl Control
Результат void

ScrollToControl() защищенный Метод

protected ScrollToControl ( Control activeControl ) : Point
activeControl Control
Результат System.Drawing.Point

ScrollableControl() публичный Метод

public ScrollableControl ( ) : System.Drawing
Результат System.Drawing

SetAutoScrollMargin() публичный Метод

public SetAutoScrollMargin ( int x, int y ) : void
x int
y int
Результат void

SetDisplayRectLocation() защищенный Метод

protected SetDisplayRectLocation ( int x, int y ) : void
x int
y int
Результат void

SetScrollState() защищенный Метод

protected SetScrollState ( int bit, bool value ) : void
bit int
value bool
Результат void