Skip to content

NumbGnat/TextProgressBar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

TextProgressBar

Component based on ProgressBar;

Have no blinking/flickering

Have following properties in Visual Studio Properties section:

  • Visual mode:
    • NoText - no text displayed over ProgressBar
    • Percentage - How many % passed
    • CurrProgress - "256/500"
    • CustomText - display Text
    • TextAndPercentage - "CustomText: 50%"
    • TextAndCurrProgress - "CustomText: 256/500"
  • TextColour
  • TextFont
  • Text - display custom text in case of selection mode with customText support.
  • ProgressColor

So its really simple in use.

Have wrote no blinking/flickering TextProgressBar

You can find source code here: https://github.com/ukushu/TextProgressBar

Samples

NoText:

enter image description here

Percentage mode:

no blinking/flickering TextProgressBar

Text Mode:

no blinking/flickering TextProgressBar

Progress Mode:

enter image description here

Text + Precentage Mode:

enter image description here

Text + Progress mode:

enter image description here

About

Progress Bar with Text component

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%