General WinForms Discussion

Text on a collapsed C1SplitterPanel

  •  jnekula1p said 9 months, 2 weeks ago:

    Hello.

    Is it possible to display some text on a collapsed C1SplitterPanel? For example: I have several panels located underneath each other which are collapsed as default. Each of these panels contains a group of controls. Now when the user wants to access a specific group he only sees a bunch of collapsed panels and to find the correct one is pretty much trial and error. It would be a great help if I could display some text on the collapsed panels.

    Thank you.

  •  C1_AndreyD23p said 9 months, 2 weeks ago:

    Hi,

    There is no enough place for displaying text on a collapsed panel. Instead, you can assign some text to the panel’s CollapsedToolTip property. It will appear when the mouse pointer hovers the expanding handle. That’s the only way to distinguish one collapsed panel from another.

    Regards,

    -Andrey

    Answer
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.