Page 1 of 1
Change individual subfile row height
Posted: Thu May 16, 2013 11:33 am
by cbrent
Is it possible to change a specific subfile row height without effecting the other rows. I've designed a comment page where comments are sometime extending pass the subfile row height. I would like for all of the comment displayed instead of having to use the text area scroll bar.
Thanks
Re: Change individual subfile row height
Posted: Thu May 16, 2013 11:43 am
by Scott Klement
There's no way to set an individual row's height, unfortunately.
Would something like fold/drop work for you?
Re: Change individual subfile row height
Posted: Thu May 16, 2013 1:10 pm
by cbrent
Can the fold/drop apply to an individual row in profound? If not, I'll just use the fold/drop applied to the entire subfile.
Thanks
Re: Change individual subfile row height
Posted: Fri May 17, 2013 8:47 am
by David
It cannot be applied to one row, to my knowledge.
Re: Change individual subfile row height
Posted: Fri May 17, 2013 11:51 am
by kfritz
Consider, if you use fold and drop you'll loose the grid columns.
Maybe is this a solution for you...
Define your comment field (hide it in the grid) as a tooltip to a specific grid field (or all) in the row and when the user hoovers over the field, your comment will be shown as a tooltip.
Nice, or what do you think?
Karl