RadControls for WPF

The RadFluidContentControl has three content properties which are displayed depending on the available space. Using the adjustable threshold properties, the exact points at which the visible content is switched can be precisely controlled.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls (in Telerik.Windows.Controls.dll) Version: 2013.1.403.40

Syntax

C#
public class RadFluidContentControl : ContentControl
Visual Basic
Public Class RadFluidContentControl _
	Inherits ContentControl

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ContentControl
                Telerik.Windows.Controls..::..RadFluidContentControl

See Also