Table of Contents

Property ForceMinimumPosToZero

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

ForceMinimumPosToZero

Sets or gets whether the context menu be forced to the right, ensuring it is not clipped, if the x position is less than zero. The default is true which means the context menu will be forced to the right. If set to false, the context menu will be clipped on the left if x is less than zero.

public bool ForceMinimumPosToZero { get; set; }

Property Value

bool