cancel
Showing results for 
Search instead for 
Did you mean: 

datawindow bands header height value when using autosize property set to yes

Former Member
0 Kudos

i have an external dw with header autosize property set to yes and a column in header band which is also autosize set to yes after filling datawindow object with data i need to get dw bands heights so that i can resize the dw control on the window so is ther any way i can do so

i tried using height value of header band and column height value but they return the design values to dynamic values

PB version 12.6

thanks in advance

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I do not know if I understand what you want to do, see if this can help you: Bandname.property

Former Member
0 Kudos

I don't know a way to get the current height of a band with autosize option.

But you can try to use the "Datawindow.VerticalScrollMaximum" and "Datawindow.VerticalScrollPosition" values (use the Describe function) to adjust the height of the dw control.