WinForms › Tree 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
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. |
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.