Hi,
I have trouble getting the actual size of a Label component.
What I tryed was:
.getVisibleWidth()
.getWidth()
.getDefaultWidth()
.getInnerContentWidth()
As a result I always get the default value 100.
layout values for my label are:
(border: 1px solid #E5E5E5;)
position: absolute;
height: auto;
width: auto;
Any suggestions?
I have trouble getting the actual size of a Label component.
What I tryed was:
.getVisibleWidth()
.getWidth()
.getDefaultWidth()
.getInnerContentWidth()
As a result I always get the default value 100.
layout values for my label are:
(border: 1px solid #E5E5E5;)
position: absolute;
height: auto;
width: auto;
Any suggestions?
Comment