Skip to content

Commit 88f86eb

Browse files
author
Marin Bratanov
committed
docs(contextMenu): add info for scrolling
1 parent b7310de commit 88f86eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

controls/menu/server-side-programming/methods-and-properties.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ position: 4
2929
| **ClientItemTemplate** |string|Gets or sets the client template for displying the items of the **RadMenu** .|
3030
| **CollapseAnimation** |AnimationSettings|Gets the settings for animation played when item closes.|
3131
| **CollapseDelay** |string|Gets or sets the animation timeout after which the item starts to close.|
32-
| **EnableAutoScroll** |bool|Gets or sets a value indicating if an automatic scroll is applied if the groups are larger then the screen height.|
32+
| **EnableAutoScroll** |bool|Gets or sets a value indicating if an automatic scroll is applied if the groups are larger then the screen height. To use this with `RadContextMenu`, define `DefaultGroupSettings.Height`. |
3333
| **EnableOverlay** |bool|Gets or sets a value indicating if an overlay should be rendered (only in Internet Explorer).|
3434
| **EnableRootItemScroll** |bool|Gets or sets a value indicating if scroll is enabled for the root items.|
3535
| **EnableRoundedCorners** |bool|Specifying if child items should have rounded corners.|
3636
| **EnableScreenBoundaryDetection** |bool|Specifies where screen boundary detection is enabled or not.|
3737
| **EnableSelection** |bool|Gets or sets a value indicating if the currently selected item will be tracked and highlighted.|
38-
| **EnableAutoScroll** |bool|Specifying if child items should have shadows.|
38+
| **EnableShadows** |bool|Specifying if child items should have shadows.|
3939
| **EnableTextHTMLEncoding** |bool|Specifies whether the text encoding when rendering menu item is enabled or not.|
4040
| **ExpandAnimation** |AnimationSettings|Gets or sets a the animation settings when item closes.|
4141
| **ExpandDelay** |int|Gets or sets a delay in milliseconds between the mouse entering a **RadMenuItem** and its child items starting to expand|

0 commit comments

Comments
 (0)