CreativeJopa 0 Posted December 3, 2011 Report Share Posted December 3, 2011 Boas. Tenho uma grid collumn com tamanho auto, onde esse tamanho irá aumentar conforme o valor da textbox nela contida. Quando a textbox está preenchida, eu queria saber qual o tamanho dessa grid collumn em pixeis. Alguém sabe como o fazer? Eu tentei obter o tamanho do texto da textbox em pixeis. No entanto, julgo que me dá um valor ligeiramente maior que o tamanho da grid collumn. Dim myHwnd As IntPtr Dim tamanhof_textbox As SizeF = Graphics.FromHwnd(myHwnd).MeasureString(text11.Text, New System.Drawing.Font("Meiryo", 10, System.Drawing.FontStyle.Regular, GraphicsUnit.Pixel)) MsgBox(tamanhof_textbox.Width.ToString) Cumprimentos. Link to post Share on other sites
bioshock 180 Posted December 3, 2011 Report Share Posted December 3, 2011 http://www.techtalkz.com/vb-net/66859-string-retrieve-pixel-length-measurestring.html Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now