You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: controls/menu/server-side-programming/methods-and-properties.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,13 +29,13 @@ position: 4
29
29
|**ClientItemTemplate**|string|Gets or sets the client template for displying the items of the **RadMenu** .|
30
30
|**CollapseAnimation**|AnimationSettings|Gets the settings for animation played when item closes.|
31
31
|**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`. |
33
33
|**EnableOverlay**|bool|Gets or sets a value indicating if an overlay should be rendered (only in Internet Explorer).|
34
34
|**EnableRootItemScroll**|bool|Gets or sets a value indicating if scroll is enabled for the root items.|
35
35
|**EnableRoundedCorners**|bool|Specifying if child items should have rounded corners.|
36
36
|**EnableScreenBoundaryDetection**|bool|Specifies where screen boundary detection is enabled or not.|
37
37
|**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.|
39
39
|**EnableTextHTMLEncoding**|bool|Specifies whether the text encoding when rendering menu item is enabled or not.|
40
40
|**ExpandAnimation**|AnimationSettings|Gets or sets a the animation settings when item closes.|
41
41
|**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