I am using the FolderBrowserDialog
to allow the user to choose a folder where to store files. I am also using the description
property to give the user tips as to where to ideally place such a folder. However, the space for the description text only seems to allow 3 lines of text which is not enough for me. The rest of the text is getting truncated. Is there a way to force the dialog box to allow for longer descriptions?
Thanks in advance!