Textbox width change automatically
Hi again,as Hiran wrote - use the TextWrapping-property to achieve that. In addition, set the MaxWidth-property accordingly. IOW:<Window x:Class="WpfTests.Window20"...
View ArticleTextbox width change automatically
Hi LinkitSet the TextBox property TextWrapping to WrapRegardsHiran RHiran Repakula
View ArticleTextbox width change automatically
Hi there!!Thanks very much!!! That works fine now!! Do you know a way to wrap the text if it exceeds a width of example 400... It is supposed to change the width, but if it exceeds then it should wrap...
View ArticleTextbox width change automatically
Hi there,actually, what you describe is the default behavior of WPF controls. For...
View ArticleTextbox width change automatically
Hello linkit,The TextBox control does that by default, if no appearance property is specified.Cornel Croitoriu - Senior Software Developer - www.Biz-Forward.com
View ArticleTextbox width change automatically
Hi everyone!!!I was wondering if anybody can tell me how do I change a textbox width to the content it holds in code...? I dynamically created a textbox which is given values/strings, but should...
View Article