i need to write a list of url in a textbox in a window apps
but when i write it he was mixed like http://google.comhttp://google.comhttp://google.comi
but i want to show clearly i already used
“\n\r” method but he not worked are any sollution for it
yes First you need to set the
multilineproperty toTrueand better to useEnvironment.NewLineto set the new line.Or in stringBuilber.AppedLine(“”)
Hope this will helpo you 🙂