NoSkillPureAndy
Explore posts from serversDHDistant Horizons
•Created by NoSkillPureAndy on 9/30/2024 in #help-me
LOD appears about 3/4 of a block too low?
6 replies
DHDistant Horizons
•Created by NoSkillPureAndy on 9/22/2024 in #help-me
Change color of leaves?
8 replies
DataGridViewCell won't display line breaks properly when editing
I'm trying to put multiple lines in this DataGridViewCell, but when I edit the value, the line breaks disappear, seemingly because they get converted into \n when the cell's value is set rather than staying as \r\n. How can I fix this? This is .NET 4.7.2 WinForms. If I could use WPF and/or a more modern .NET version, I would.
1 replies
DataGridViewCell won't display line breaks properly when editing
I'm trying to put multiple lines in this DataGridViewCell, but when I edit the value, the line breaks disappear, seemingly because they get converted into
\n
when the cell's value is set rather than staying as \r\n
. How can I fix this? This is .NET 4.7.2 WinForms. If I could use WPF and/or a more modern .NET version, I would.1 replies