Skip to content

Commit cf3c76b

Browse files
authored
Update ListView.ContextualMenu.md
1 parent e26f54f commit cf3c76b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/documentation/docs/controls/ListView.ContextualMenu.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ export class ECB extends React.Component<IECBProps, {}> {
4343
public render() {
4444
return <div className={styles.ecb}>
4545
<IconButton
46-
id='ContextualMenuButton1'
46+
47+
id='ContextualMenuButton1'
4748
className={styles.ecbbutton}
4849
text=''
4950
width='30'
@@ -105,6 +106,8 @@ To place this a bit more centric, we have small CSS manipulation as well:
105106
```
106107
## The result
107108
The result will look like the following:
109+
108110
![ContextualMenu_shown](../assets/ListView.ContextualMenu.png)
109111
And in action it shows which function and item was clicked:
112+
110113
![ContextualMenu_clicked](../assets/ListView.ContextualMenu_clicked.png)

0 commit comments

Comments
 (0)