Horizontal scrollbar not showing on my textbox
问题 On a Winform C# application, i display a textbox on my form. This textbox will display one line, just one. I would like to show and be abe to use an horizontal scrollbar. I set the property "scrollbar" to horizontal : ScrollBar doesn't show. I add WordWrap to false : ScrollBar doesn't show. I add MultiLine to true ( even if one ligne ) : ScrollBar doesn't show. My line displayed is a loter "longer" than the contrôle, so i really need a scrollbar :( Here is the definition : this.TxtBox