Skip to content

Latest commit

 

History

History
77 lines (48 loc) · 2.46 KB

File metadata and controls

77 lines (48 loc) · 2.46 KB
title description author ms.author ms.topic ms.date ms.reviewer audience ms.search.region ms.search.validFrom ms.dyn365.ops.version ms.assetid
Fill Text subpattern
Learn about the Fill Text subpattern that is used when a single String or StaticText control must stretch to the full width of the container.
jasongre
jasongre
article
06/20/2017
johnmichalak
Developer
Global
2016-02-28
AX 7.0.0
60279057-6aea-428f-b75c-313ec041c0c0

Fill Text subpattern

[!include banner]

This article provides information about the Fill Text subpattern. This subpattern is used when a single String or StaticText control must stretch to the full width of the container, so that users have more space to enter information.

Usage

Fill Text is used when you need a single String or StaticText control to stretch to the full width of the container. This subpattern is typically used for multi-line string controls that require more space for users to enter information.

Wireframe

Fill Text sub-pattern wireframe.

Model

High-level structure

[Container]

String | StaticText

Core components

  • Apply the Fill Text subpattern to the container control.

Related container patterns

UX guidelines

None

Examples

Form: FmRental (Notes)

Fill Text sub-pattern example.

Resources

Typically used by patterns

Appendix

Frequently asked questions

This section will have answers to frequently asked questions that are related to this guideline/pattern.

Open issues

  • The pattern currently sets the HeightMode property of the control to SizeToAvailable. This can produce very tall string controls if the pattern is used in a SizeToAvailable container. We’re investigating whether this control should use SizeToContent height, or whether it should not set the property at all and should instead let the developer decide the appropriate control height.

[!INCLUDEfooter-include]