ComponentOne Splitter for ASP.NET Web Forms
Appearance and Behavior / Panel Previewing
In This Topic
    Panel Previewing
    In This Topic

    C1Splitter contains a property, ResizeSettings.Ghost, which determines whether or not a preview of a panel's contents will be displayed when users drag the splitter bar to resize one of the panels. When ResizeSettings.Ghost is set to True, users will see a translucent preview of a panel's content while they are moving the splitter bar. When ResizeSettings.Ghost is set to False, users will only see a dotted line indicating the placement of the splitter bar; the content of the panel will not be revealed until after the splitter bar is released. The ResizeSettings.Ghost property is set to False by default.

    The table below illustrates the two settings of the ResizeSettings.Ghost property:

    Ghost = False Ghost = True


     
     


    See Also