Hi Warren, there's no actual support in Jewel DataGrid for different row heights. That was the final layout problem to solve. We debated about changing the actual "column oriented" layout to a "row oriented" layout to better manage this problem. But since we had many things built on the actual approach, no one worked in that variation.
I think the only way right now is to set the height of the renderer to have enough room for the content. That can mean some cells have more height than needed. About wrapping, in labels and buttons there's a bead called "MultiLine" that wraps content, so you can apply header buttons or datagrid custom cell renderers if needed. Don't remember if default DGRenderer already wraps label content. HTH Carlos El mar, 29 dic 2020 a las 23:18, wkoch (<[email protected]>) escribió: > In the FLEX datagrid there was a word wrap property than would > automatically > increase the height of a single row and "wrap" the contents if the column > width limit is exceeded. > > I can't find this option anywhere. Has this functionality been moved to a > bead? > > > > -- > Sent from: http://apache-royale-users.20374.n8.nabble.com/ > -- Carlos Rovira Apache Member & Apache Royale PMC *Apache Software Foundation* http://about.me/carlosrovira
