Double buffered SplitContainer

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tom Bianchi

    Double buffered SplitContainer

    Hi,

    is it possible to make a SplitContainer double buffered ? Deriving and
    setting the style in the constructor doesn't seem to work, maybe because it
    is composed by two normal Panels...

    Thanks,
    Tom.


  • Ken Tucker [MVP]

    #2
    RE: Double buffered SplitContainer

    Hi,

    I guess you could make a user control and drop a split container on
    it. Then dock a double buffered control in one of the panels.

    Ken
    ---------------

    "Tom Bianchi" wrote:
    [color=blue]
    > Hi,
    >
    > is it possible to make a SplitContainer double buffered ? Deriving and
    > setting the style in the constructor doesn't seem to work, maybe because it
    > is composed by two normal Panels...
    >
    > Thanks,
    > Tom.
    >
    >
    >[/color]

    Comment

    Working...