TdxFluentDesignForm.ExtendNavigationControlToCaption Property
Specifies if an associated navigation control control overlaps the form’s caption bar.
#Declaration
property ExtendNavigationControlToCaption: Boolean read; write; default True;
#Property Value
Type | Default | Description |
---|---|---|
Boolean | True |
|
#Remarks
A Fluent Design application can seamlessly embed the main navigation control into the form layout. If the ExtendNavigationControlToCaption
property is set to True
, the TdxNavBar control assigned to the NavigationControl property stretches across the form’s height and overlaps the caption bar. An expanded Accordion or Hamburger Menu displays the form’s caption.
Value | Example |
---|---|
True |
![]() |
False |
![]() |
Note
The associated Nav
The form is skinned (that is, has a Tdx
Skin component whose NativeController Style and UseSkins properties are set toFalse
andTrue
, respectively).The Nav
Bar control is aligned to the left form border. The active skin’s
Nav
property is set toBar. Properties. Supports Navigation Control Extension To Caption True
(that is ifOffice2016Colorful
,Office2016Dark
,Office2019Black
,Office2019Colorful
,Office2019Dark
,Grey Office2019White
,The
,Bezier Basic
,WXI
, orWXICompact
skin is active).The Accordion or Hamburger Menu view is active.
If the Hamburger Menu is active, it must be expanded in inline display mode.
#Default Value
The ExtendNavigationControlToCaption
property’s default value is True
.