HypernovaDesktop Components · docs
Binarymission
WinFormsTree List View › BuiltInCustomRenderedTargetElement

BuiltInCustomRenderedTargetElement

enum.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.TreeControls

Lists the potential elements that can be custom drawn by the control, out-of-the-box.

public enum BuiltInCustomRenderedTargetElement

Remarks

Refer to the property UseBuiltInRendering.

Members at a glance

AllCustom renders all (rows, row headers and column headers)
ColumnAndRowHeadersCustom renders both column header and row header.
ColumnHeaderCustom renders the control's column header.
RowCustom renders the rows.
RowHeaderCustom renders the control's row header.

Members

All

Custom renders all (rows, row headers and column headers)

ColumnAndRowHeaders

Custom renders both column header and row header.

ColumnHeader

Custom renders the control's column header.

Row

Custom renders the rows.

RowHeader

Custom renders the control's row header.