0
votes

I'm creating my first windows forms app. I've added a text box to the form and forced it to have a vertical scroll bar, but it looks like there is a space between the text box and the scroll bar, which of course does not look good:

AS you can see here

Appearance of the form

I've searched online and tried to "play" with the margins around the text box but i couldn't solve it

thank you.

1
Are you using a form with a transparent background? (assuming you didn't add a textbox AND a scrollbar and there is a margin...) - Adriano Repetti
Hey, thank you for your answer.I'm very new at windows forms app. I've added a screen-shot of the appearance of the form: - Uri Amiel
"I'm creating my first windows forms app". It's 2019. You might want to consider a newer technology. It's easier to start from wpf than it is to move to wpf once you're used to winforms. - Zohar Peled
The screenshot of some from properties is not really helpful. Did you set TransparencyKey?? - TaW
Hey, the transparency key is set to white - Uri Amiel

1 Answers

0
votes

I would try to resize the textbox (not in height but in length/width just to check if it changes anything). I had the same Issue once and could fix it with that.

~Fab