Skip to content

Commit e4fe4b2

Browse files
authored
Merge pull request #833 from MicrosoftDocs/master
Publish: tweaks to dropdown, pen topics
2 parents c4369e5 + 472c07e commit e4fe4b2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

powerapps-docs/maker/canvas-apps/controls/control-drop-down.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ search.app:
1818
A list that shows only the first item unless the user opens it.
1919

2020
## Description
21-
A **Drop down** control conserves screen real estate, especially when the list contains a large number of choices. The control takes up only one line unless the user selects the chevron to reveal more choices.
21+
A **Drop down** control conserves screen real estate, especially when the list contains a large number of choices. The control takes up only one line unless the user selects the chevron to reveal more choices. The control will show a maximum of 500 items.
2222

2323
## Key properties
2424
**[Default](properties-core.md)** – The initial value of a control before the user specifies a different value.

powerapps-docs/maker/canvas-apps/controls/control-pen-input.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ A control in which the user can draw, erase, and highlight areas of an image.
2121
The user can use this control like a whiteboard, drawing diagrams and writing words that can be converted to typed text.
2222

2323
## Key properties
24+
**Image** – Output property that represents the image drawn by the end user.
25+
2426
**[Color](properties-color-border.md)** – The color of input strokes.
2527

2628
**Mode** – The control is in **Draw** or **Erase** mode. Select mode has been deprecated.
@@ -40,7 +42,7 @@ The user can use this control like a whiteboard, drawing diagrams and writing wo
4042

4143
**[Height](properties-size-___location.md)** – The distance between a control's top and bottom edges.
4244

43-
**Input**Input.
45+
**Input****Deprecated.** Whether the input supports mouse, pen, or touch inputs. Defalut value (7) supports all three.
4446

4547
**[OnSelect](properties-core.md)** – How the app responds when the user taps or clicks a control.
4648

0 commit comments

Comments
 (0)