10,730
edits
Line 57: | Line 57: | ||
* '''Font name''', '''Font size''', '''Font weight''' - Specify the font. | * '''Font name''', '''Font size''', '''Font weight''' - Specify the font. | ||
* '''Auto height''' – Adjusts the row’s height to fit the field in case the field element in designer is smaller than the font. | * '''Auto height''' – Adjusts the row’s height to fit the field in case the field element in designer is smaller than the font. | ||
* '''Ellipsis position''' – | * '''Ellipsis position''' – When a text string does not fit on the screen, it displays an ellipsis (...) indicating that the text is longer than what can be displayed. Configure the position of this ellipsis in the text. | ||
* '''FormatString''' – You can format the way the field data is represented, e.g. you can enter a format string in the way “Personal: {0}” where Personal: is a static text and the field data is entered where the element {0} is. | * '''FormatString''' – You can format the way the field data is represented, e.g. you can enter a format string in the way “Personal: {0}” where Personal: is a static text and the field data is entered where the element {0} is. | ||