I'm trying to size the height of an AdaptiveMenu's items, to the size of it's parent container.
Using your SmartClient Explorer example #adaptiveMenu:
1. I've changed the ToolStrip's height to 50
2. In the AdaptiveMenu's Contact item, I've added a property submenu: [] (to force it to a inlineSubmenuItem autochild)
3. I've added in the AdaptiveMenu:
The inlineMenuItem sizes correctly
But the inlineSubmenuItem don't size correctly.
I've also tried changing the inlineSubmenuItemProperties to inlineSubmenuItemDefaults
Is there something I mis ?
SmartClient Version: v11.0p_2017-03-29/LGPL Deployment (built 2017-03-29)
Using your SmartClient Explorer example #adaptiveMenu:
1. I've changed the ToolStrip's height to 50
2. In the AdaptiveMenu's Contact item, I've added a property submenu: [] (to force it to a inlineSubmenuItem autochild)
3. I've added in the AdaptiveMenu:
Code:
inlineMenuItemProperties: { height: '100%' }, inlineImgButtonProperties: { height: '100%' }, inlineSubmenuItemProperties: { height: '100%' },
But the inlineSubmenuItem don't size correctly.
I've also tried changing the inlineSubmenuItemProperties to inlineSubmenuItemDefaults
Is there something I mis ?
SmartClient Version: v11.0p_2017-03-29/LGPL Deployment (built 2017-03-29)
Comment