Terminal.Gui
Terminal.Gui copied to clipboard
TextField does not support TextAlignment ?
It seems that the TextField control does not honor the TextAlignment property ? Is there a workaround to properly align the text to right ? I've to display numerical values
Any update on this? I've tried setting TextField.TextAlignment = Alignment.End to right-align text but it doesn't appear to work.
Workaround: Use TextView insteaad with ReadOnly = true.