Table of Contents

Property HasBorder

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

HasBorder

Gets a value indicating whether the control has a border.

[Browsable(false)]
public override bool HasBorder { get; set; }

Property Value

bool

Remarks

This property currently does nothing and ListView is always without the border. This is done to prevent bad behavior on Windows platform in some situations. In order to have border place ListView inside Border control.