automatic change width column
Posted: Fri Oct 08, 2010 3:18 am
hi
i want change width column this my code but width no change
i want column grow with text those
however i small width col but when show text the colum is small or large
i want change width col automatic
thanks :pffft:
i want change width column this my code but width no change
Code: Select all
StiText txtaddress = stiReport1.GetComponents()["Text9"] as StiText;
txtaddress .width=300;
however i small width col but when show text the colum is small or large
i want change width col automatic
thanks :pffft: