ListViewColumn Class

Definition

Line 783 of System.Windows/ListView.cm

Constructors & Destructor

public nothrow ListViewColumn(ListView* view_, const String<char>& name_, int width_)

Member Functions

public void Draw(Graphics& graphics, const PointF& origin)
public inline nothrow int MinWidth() const
public inline nothrow const String<char>& Name() const
public nothrow void SetMinWidth(int minWidth_)
public nothrow void SetWidth(int width_)
public inline nothrow int Width() const

Member Variables

private int minWidth
private String<char> name
private ListView* view
private int width

Constructor& Destructor Details

ListViewColumn Constructor

public nothrow ListViewColumn(ListView* view_, const String<char>& name_, int width_)

Definition
Line 785 of System.Windows/ListView.cm


Member Function Details

Draw Member Function

public void Draw(Graphics& graphics, const PointF& origin)

Definition
Line 814 of System.Windows/ListView.cm


MinWidth Member Function

public inline nothrow int MinWidth()

Definition
Line 806 of System.Windows/ListView.cm


Name Member Function

public inline nothrow const String<char>& Name()

Definition
Line 789 of System.Windows/ListView.cm


SetMinWidth Member Function

public nothrow void SetMinWidth(int minWidth_)

Definition
Line 810 of System.Windows/ListView.cm


SetWidth Member Function

public nothrow void SetWidth(int width_)

Definition
Line 797 of System.Windows/ListView.cm


Width Member Function

public inline nothrow int Width()

Definition
Line 793 of System.Windows/ListView.cm