C# Class ClearCanvas.Desktop.View.WinForms.BindingTreeView.XTreeView

TreeView control that fixes the 16x16 state image size restriction.

Basically, the WinForms wrapper of a TreeView uses a copy of the state image list we provide. This copy is modified by duplicating the first image as a dummy "no-state" image - but the code was unfortunately written in a way that ensured a constant 16x16 image size.

Inheritance: System.Windows.Forms.TreeView
Show file Open project: jasper-yeh/ClearCanvas

Public Methods

Method Description
XTreeView ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnHandleCreated ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
WndProc ( Message &m ) : void

Private Methods

Method Description
UpdateExtendedStyles ( ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

OnHandleCreated() protected method

protected OnHandleCreated ( EventArgs e ) : void
e System.EventArgs
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

WndProc() protected method

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
return void

XTreeView() public method

public XTreeView ( ) : System
return System