So I am wanting to have a progress bar and also have individual small arrow heads I can control to point at specific points on that same progress bar. My first thought was maybe a second progress bar configured to show only an arrow over top but I haven't found a way to alter one that way. so next I was thinking maybe the combo chart using a ghant and xy but it really wouldn't have the stream lined look i am hoping for. I am very new to c# so it may not be possible what I want but figured I would check.
Hi Darrell,
Since we could not understand your requirement using ProgressBarAdv control so could you please share the snap or video of your requirement so that will be helpful for us to provide a prompt solution on this.
Regards,
Arunthivakar A
I just want something that I can control like a progress bar but instead of a bar it shows only a point or arrow that slides along a path similar to the progress bar. and I can put it over the progress bar. see if i can mock something in paint:
just trying to make a compact display of various info and using the one progress bar for the i guess measurement would be useful. I hope that makes more sense. Again i am very new to c# so sorry if this is a dumb question
Hi Darrell,
Thanks for your update.
As per your requirement the ProgressBarAdv control cannot be customized and if you want the arrow to be slidable similar to progress bar then you have draw the arrow by calling OnPaint method of Form and then you can add your logic to make the arrow slidable.
Regards,
Arunthivakar A
Sounds good thank you! I wasn't sure if there was some way to alter the display of the progress bar so wanted to check! coding something like that on my own is probably more than I can handle atm. Ill just use multiple progress bars for the time being and get more of the basics under my belt :) Thanks again!
Hi Darrell,
Sorry for the inconvenience caused.
We could not able to provide the solution for your requirement and we hope that you are able to achieve your requirement with external logic.
Regards,
Arunthivakar A