LayoutControl: Enter and space keys are discarded for controls in a LayoutControlExpanderGroup when its IsExpandable property is False
Controls placed inside a LayoutControlExpanderGroup do not get notified for space/enter key presses when the IsExpandable property of group is False. For example a TextBox placed inside a LayoutControlExpanderGroup will not register any space/enter keys in that case.