Re: Spark DataGrid and variableRowHeight

2013-10-03 Thread Mark Kessler
I believe the first row dictates the measured height by default. I know I've had varied results in the past when the first row was long vs short. -Mark

Re: Spark DataGrid and variableRowHeight

2013-10-02 Thread Alex Harui
You would check the measuredHeight of your renderers. On 10/2/13 10:47 AM, "mark goldin" wrote: >What would I check for that? > > >On Wed, Oct 2, 2013 at 12:09 PM, Alex Harui wrote: > >> I'm pretty sure the code takes the maximum measuredHeight for all the >> cells in that row. >> >> On 10/2/13

Re: Spark DataGrid and variableRowHeight

2013-10-02 Thread mark goldin
What would I check for that? On Wed, Oct 2, 2013 at 12:09 PM, Alex Harui wrote: > I'm pretty sure the code takes the maximum measuredHeight for all the > cells in that row. > > On 10/2/13 9:52 AM, "mark goldin" wrote: > > >Do you mean for the same row? > > > > > >On Wed, Oct 2, 2013 at 11:37 A

Re: Spark DataGrid and variableRowHeight

2013-10-02 Thread Alex Harui
I'm pretty sure the code takes the maximum measuredHeight for all the cells in that row. On 10/2/13 9:52 AM, "mark goldin" wrote: >Do you mean for the same row? > > >On Wed, Oct 2, 2013 at 11:37 AM, Alex Harui wrote: > >> The renderers must report different measuredHeights. >> >> On 10/2/13 8:5

Re: Spark DataGrid and variableRowHeight

2013-10-02 Thread mark goldin
Do you mean for the same row? On Wed, Oct 2, 2013 at 11:37 AM, Alex Harui wrote: > The renderers must report different measuredHeights. > > On 10/2/13 8:57 AM, "mark goldin" wrote: > > >I am setting up variableRowHeight to true but not getting rows with a > >variable height. Am I missing somet

Re: Spark DataGrid and variableRowHeight

2013-10-02 Thread Alex Harui
The renderers must report different measuredHeights. On 10/2/13 8:57 AM, "mark goldin" wrote: >I am setting up variableRowHeight to true but not getting rows with a >variable height. Am I missing something else? > >Thanks

Spark DataGrid and variableRowHeight

2013-10-02 Thread mark goldin
I am setting up variableRowHeight to true but not getting rows with a variable height. Am I missing something else? Thanks