Multi Line Label
TodAnderson
Hi all,
i was wondering if anyone knows how to make a multi-line label either using word wrap or ...?
normaly i would use somthing like
lbl.MaximumSize = new Size(100, 0);
lbl.AutoSize = true;
but this does not seem to be available in coresuite, any ideas...
Tod
Paolo Manfrin
Hi Tod,
this is not available in coresuite but as far as I know it is not exposed in the SAP UI API.
Usually as a workaround I use an extended textedit with Enable=false.
hth
paolo
0
Please sign in to leave a comment.
Comments
0 comments