You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I create a gridview, add a button using the normal col and row parameters, the button appears correctly. But if there is a Title used, the textview inside the button is not refigured correctly.
If after adding the button I do:
gridview.reflow(); // not sure if this is required
buttonview._reflowText= true;
buttonview.reflow();
... it works properly.
(I don't have time to look into a fix in the actual code. I'll try to get back to it later.)
The text was updated successfully, but these errors were encountered:
When I create a gridview, add a button using the normal col and row parameters, the button appears correctly. But if there is a Title used, the textview inside the button is not refigured correctly.
If after adding the button I do:
... it works properly.
(I don't have time to look into a fix in the actual code. I'll try to get back to it later.)
The text was updated successfully, but these errors were encountered: