I have label in layout and have 40 line text
I add this text runtime into scrollview
Example lbl1.Text = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa..."
After load layout,i try use SizeToFit for show actual size label
But after resize label via SizeToFit,it return to default position that i added in layout
Why?
I add this text runtime into scrollview
Example lbl1.Text = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa..."
After load layout,i try use SizeToFit for show actual size label
But after resize label via SizeToFit,it return to default position that i added in layout
Why?