Expose the render method on the Controls
I wanted to make my progressbar show the label above the progressbar. To do this I ended up viewing the source of the ProgressBar and creating my own copy just to modify the Render. This would be greatly simplified if the ProgressBar control exposed the Render method.
protected override object Render() { }
then I could simply inherit the control I want override its rendering logic.
3
votes
Matt G.
shared this idea
ProgressBar.Render() is now protected virtual from v6.8.1.