Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

variableRowHeight on AdvancedDataGrid not working #1224

Open
cdouine39 opened this issue May 30, 2023 · 1 comment
Open

variableRowHeight on AdvancedDataGrid not working #1224

cdouine39 opened this issue May 30, 2023 · 1 comment

Comments

@cdouine39
Copy link
Contributor

cdouine39 commented May 30, 2023

Hi,

i'm trying to display a long label in a table, with the label fully displayed, on several lines.
I've tried adding variableRowHeight="true" AdvancedDataGrid but it doesn't work.

In flash :
image

With apache royale:
image

When looking into it, i ended up in the UITextField.as class and saw :
// not implemented
public function set multiline(value:Boolean):void
{
}

Is there a plan to implement it ? Or should i be doing things differently ?

Any help would be appreciated, Thanks.

@cdouine39
Copy link
Contributor Author

Any chance you could give some help on this ? At least a few pointers on how to do the implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant