title | page_title | description | slug | tags | published | position | CTAControlName |
---|---|---|---|---|---|---|---|
Overview |
Overview |
RadFluidContentControl is a flexible content control used to built responsive layouts. |
fluidcontentcontrol-overview |
overview |
true |
0 |
RadFluidContentControl |
RadFluidContentControl is a flexible content control used to build responsive layouts. In its nature the control is a ContentControl, but instead of a single content it can define three that can be switched under specific conditions. By default the condition is the size of the control. So, you can show different content based on the size of the application.
{% if site.has_cta_panels == true %} {% include cta-panel-overview.html %} {% endif %}
-
Flexible content switching: The control allows you to easily switch between the three content views (small, normal and large). The switching happens if the control reaches a specific resolution or if you manually set up the current state.
-
Customizable transition animation: RadFluidContentControl comes with a transition animation support. Additionally, you can define a custom transition to enrich the user experience. Read more about this in the [Transitions]({%slug fluidcontentcontrol-transitions%}) article.
-
Data binding support: The control provides several bindable properties for the different contents along with corresponding ContentTemplate properties. Read more about this in the [Data Binding]({%slug fluidcontentcontrol-data-binding%}) article.
tip Get started with the control with its [Getting Started]({%slug fluidcontentcontrol-getting-started%}) help article that shows how to use it in a basic scenario.
{% if site.site_name == 'WPF' %}
- [Get Started with the Telerik UI for WPF FluidContentControl]({%slug fluidcontentcontrol-getting-started%})
- Telerik UI for WPF API Reference
- [Getting Started with Telerik UI for WPF Components]({%slug getting-started-first-steps%})
- Telerik UI for WPF Virtual Classroom (Training Courses for Registered Users)
- Telerik UI for WPF FluidContentControl Forums
- Telerik UI for WPF Knowledge Base {% endif %}
- [Integration Examples]({%slug radfluidcontentcontrol-integration-examples%})
- [Events]({%slug fluidcontentcontrol-events%})