Hello Telerik,
regarding this thread, I'd like to know if this issue still is not fixed? We really try to make it work, but the RadWindow doesn't resize, when its content size is changed.
Is there something required like setting the MinHeight?
If it works properly, I'd really like to know which properties need to be set to certain values, because I can't figure it out from the documentation.
EDIT: currently we achieve the behaviour we'd like to have through hacking the contents ActualHeight into the RadWindows Height property (content's OnSizeChanged event). We prevent layout cycles through a couple of if-statements, but we'd really like to get rid of this.
regarding this thread, I'd like to know if this issue still is not fixed? We really try to make it work, but the RadWindow doesn't resize, when its content size is changed.
Is there something required like setting the MinHeight?
If it works properly, I'd really like to know which properties need to be set to certain values, because I can't figure it out from the documentation.
EDIT: currently we achieve the behaviour we'd like to have through hacking the contents ActualHeight into the RadWindows Height property (content's OnSizeChanged event). We prevent layout cycles through a couple of if-statements, but we'd really like to get rid of this.