Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
105
How to get Row Expansion Area Width ?
posted

Hi All,

I'm looking for a way to get the width of the row expansion area on the client side.  I've put together something to resize heirarchical bands to match the width of the re-sized band.  The row expansion area isn't included when summing up the widths of the columns for each band.

Is there a client side function for this?  Or any other way to get the info?

Thanks,

Mike

  • 4555
    Suggested Answer
    posted

    Hi,

    There is a property RowExpAreaStyleDefault under DsiplayLayout that you can use to change the style of the row expansion area. Or you can use IEdevtoolbar and get access to the expansion indicator element using the document model and use the style.width property to change the width.

    Magued