Skip to content

Button in GridView does not reflow text properly #93

@thomaslsimpson

Description

@thomaslsimpson

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.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions