Hello Lennart,
After additional investigation on our side we were able to reproduce the reported behavior.
Currently, the fluid content control depends on both Width and Height of the threshold properties when it comes to the normal to small content transition. We will check the behavior described in the help documentation and update it accordingly to the control behavior if necessary.
To resolve this you can change the state from normal to small using the NormalToSmallThreshold property by specifying the Width and the Height values. In your case you can set the Height to some big dummy value.
Can you try this approach and let us know if this works for you.
Regards,
Dinko
Telerik
After additional investigation on our side we were able to reproduce the reported behavior.
Currently, the fluid content control depends on both Width and Height of the threshold properties when it comes to the normal to small content transition. We will check the behavior described in the help documentation and update it accordingly to the control behavior if necessary.
To resolve this you can change the state from normal to small using the NormalToSmallThreshold property by specifying the Width and the Height values. In your case you can set the Height to some big dummy value.
<
telerik:RadFluidContentControl
NormalToSmallThreshold
=
"400 1400"
NormalToLargeThreshold
=
"600 0" /
>
Can you try this approach and let us know if this works for you.
Regards,
Dinko
Telerik
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.