My textbox have a some properties like these
txtBox.Cangrow = False
txtBox.CanShrink = False
Uncheck allow height to increase and decrease.
This textbox use for display value which receive from dataset. Sometime data is too long. So I need to know How to automatically decrease font size for matching with width of textbox?