How to Add Callout for StepProgressBar
Environment
Product Version | Product | Author |
---|---|---|
2022.1.222 | RadStepProgressBar for WinForms | Desislava Yordanova |
Description
By default, RadStepProgressBar offers tooltips. However, it may be required to display more detailed information for the different steps. This article demonstrates a sample approach to how to achieve it.
Solution
It is appropriate to use a RadCallout for each step. The Getting Started with Callout article demonstrates how to build the callout. Once you are done with the design for the RadCallout, iterate the RadStepProgressBar.Steps and subscribe to the MouseEnter event where the callout is shown.