BinaryScrollablePanel
The custom scrollable panel control that can be used to make the BinaryHeaderControl client area, scrollable.
public class BinaryScrollablePanel : Panel
Inherits from / implements: Panel
Remarks
By default, the BinaryHeaderControl is not scrollable - i.e. its AutoScroll property is always set to false.
If you want to auto-scroll the client area of the BinaryHeaderControl control, then you will need to place this control BinaryScrollablePanel inside the BinaryHeaderControl and then place your controls (i.e. the child controls) on this control's surface.
Members at a glance
BinaryScrollablePanel | Initializes a new instance of the BinaryScrollablePanel class. |
ColorScheme | Gets or sets the color scheme. |
EndColorForGradientRendering | Gets or sets the end color for scrollable panel's background gradient rendering. |
GradientDrawingDirection | Gets or sets the gradient drawing direction. |
StartColorForGradientRendering | Gets or sets the start color for scrollable panel's background gradient rendering. |
OnEnter | Raises the Enter event. BinaryScrollablePanel overrides it so the control's own handling runs alongside the base behavior. |
OnMouseWheel | Raises the MouseWheel event. BinaryScrollablePanel overrides it so the control's own handling runs alongside the base behavior. |
OnPaint | Raises the Paint event. BinaryScrollablePanel overrides it so the control's own handling runs alongside the base behavior. |
OnPaintBackground | Raises the PaintBackground event. BinaryScrollablePanel overrides it so the control's own handling runs alongside the base behavior. |
OnParentChanged | Raises the ParentChanged event. BinaryScrollablePanel overrides it so the control's own handling runs alongside the base behavior. |
OnResize | Raises the Resize event. BinaryScrollablePanel overrides it so the control's own handling runs alongside the base behavior. |
WndProc | Processes the Windows messages sent to this control's window. |
Constructors
BinaryScrollablePanel
Initializes a new instance of the BinaryScrollablePanel class.
Properties
ColorScheme
Gets or sets the color scheme.
Value. The color scheme.
EndColorForGradientRendering
Gets or sets the end color for scrollable panel's background gradient rendering.
Value. The end color.
GradientDrawingDirection
Gets or sets the gradient drawing direction.
Value. The gradient drawing direction.
StartColorForGradientRendering
Gets or sets the start color for scrollable panel's background gradient rendering.
Value. The start color.
Methods
OnEnter
Raises the Enter event. BinaryScrollablePanel overrides it so the control's own handling runs alongside the base behavior.
- e
- The data for the event.
OnMouseWheel
Raises the MouseWheel event. BinaryScrollablePanel overrides it so the control's own handling runs alongside the base behavior.
- e
- The data for the event.
OnPaint
Raises the Paint event. BinaryScrollablePanel overrides it so the control's own handling runs alongside the base behavior.
- e
- The data for the event.
OnPaintBackground
Raises the PaintBackground event. BinaryScrollablePanel overrides it so the control's own handling runs alongside the base behavior.
- pevent
- The data for the event.
OnParentChanged
Raises the ParentChanged event. BinaryScrollablePanel overrides it so the control's own handling runs alongside the base behavior.
- e
- The data for the event.
OnResize
Raises the Resize event. BinaryScrollablePanel overrides it so the control's own handling runs alongside the base behavior.
- e
- The data for the event.
WndProc
Processes the Windows messages sent to this control's window.