windowsforms-devexpress-dot-utils-dot-supertooltip-a7723d01.md
Gets or sets whether the tooltip width is fixed or corresponds to the content.
Namespace : DevExpress.Utils
Assembly : DevExpress.Utils.v25.2.dll
NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core
[DefaultValue(false)]
public virtual bool FixedTooltipWidth { get; set; }
<DefaultValue(False)>
Public Overridable Property FixedTooltipWidth As Boolean
| Type | Default | Description |
|---|---|---|
| Boolean | false |
true , if the tooltip width is fixed; false , if the tooltip is automatically resized to fit its content.
|
If the FixedTooltipWidth property equals true , the tooltip width is set to one of the following values:
If the FixedTooltipWidth property equals false , the tooltip width is automatically calculated based on the content. You can use the MaxWidth property to limit the maximum width.
See Also