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
Scenario: Want TextEdit to automatically grow in height until it hits a maximum height, then it should show vertical scroll bar instead of keep growing height.
Observation: Absolutely not possible.
Expectation: If I were using a regular WPF TextBox, all I need to do is to set a MaxHeight and VerticaScrollBarVisibility as Auto.
Issue: Setting either Height or MaxHeight for TextEdit causes the control to have a fixed height.
The text was updated successfully, but these errors were encountered:
Even with your workaround I still have this behavior.
It seems to come from the ShowLineNumbers property because when this function is disabled, the control behaves normally.
Scenario: Want TextEdit to automatically grow in height until it hits a maximum height, then it should show vertical scroll bar instead of keep growing height.
Observation: Absolutely not possible.
Expectation: If I were using a regular WPF TextBox, all I need to do is to set a MaxHeight and VerticaScrollBarVisibility as Auto.
Issue: Setting either Height or MaxHeight for TextEdit causes the control to have a fixed height.
The text was updated successfully, but these errors were encountered: