I'm trying to layout my custom RadPane header using events. In the event handler I need the ActualWidth and ActualHeight of the RadPane. However both values are set to 27,96 and 46,65 while the RadPane is much bigger.
I tried using radPane.Measure() to get more actal values, but this does not change the ActuallWidth and ActualHeight.
I Also added a resize event handler to the RadPane, but my eventhandler isn't called when the RadPane resizes, the SizeChanged isn't called when or after the RadPane is resizing. So this makes it very hard to get the actual width en height of a given radPane.
Does anybody have a solution for this?
I tried using radPane.Measure() to get more actal values, but this does not change the ActuallWidth and ActualHeight.
I Also added a resize event handler to the RadPane, but my eventhandler isn't called when the RadPane resizes, the SizeChanged isn't called when or after the RadPane is resizing. So this makes it very hard to get the actual width en height of a given radPane.
Does anybody have a solution for this?