How to resize two texbox proportionally?
-
I have a winform with two texboxes, one below the other. When i resize horizontal there is no problem, but when i want to resize vertical only can resize one and i need to resize both proportionally. Already tryed many anchor property configurations without luck... Any idea? Thanks in advance. :)
-
I have a winform with two texboxes, one below the other. When i resize horizontal there is no problem, but when i want to resize vertical only can resize one and i need to resize both proportionally. Already tryed many anchor property configurations without luck... Any idea? Thanks in advance. :)
-
Hi, I was thinking about Anchor property as well. How about using a SplitContainer in a horizontal oritation, with two textBoxes Dock property set as Fill? Br!" Sun
-
Hi, I was thinking about Anchor property as well. How about using a SplitContainer in a horizontal oritation, with two textBoxes Dock property set as Fill? Br!" Sun