Really simple question... how do I get the RibbonTextBox
to accept the Return or Enter keys to enable multi line text input?
On a normal TextBox
, I'd just set the TextBoxBase.AcceptsReturn
Property to True
to set a value that indicates how the text editing control responds when the user presses the ENTER key, but that doesn't seem to do anything on the RibbonTextBox
.
Just to note, the related TextBoxBase.AcceptsTab
Property also does not work on the RibbonTextBox
, so it seems as though they have simply overlooked these properties when developing the RibbonTextBox
.
Does anyone know if there is a work around, or will it simply not work?