If the help text applies to a whole list, tree, or table, place it below the control.
-{width=531}
+
+
+
```kotlin
@@ -163,31 +218,33 @@ panel {
}.resizableRow()
}
```
+
-If it applies to a single list, tree or table item:
+If the help text applies to a single list, tree, or table item:
-* If the help text has 1–10 words, place it to the right of the item.
-*
+* If the help text has 1–10 words, place it to the right of the item:
-{width=422}
+
* If the text is longer than 10 words:
-For a list or tree in the master part, place the text into the detail part.
+For a list or tree in the master part, place the text into the detail part.
-{width=673}
+
-If the case with the master-detail layout above does not apply, use the [help tooltip](tooltip.md#question-mark-icon-for-help-tooltips) with the question mark icon.
+For other cases, use the [help tooltip](tooltip.md#question-mark-icon-for-help-tooltips) with the question mark icon:
-{width=390}
+
-### Group of controls
+
+
+