Is there any way to add progress bar and image into a cell simultaneously like attached image?
Hi,
I'm not seeing any of the values being hidden on my machine.
In the sample code, some of value is hidden because of the width of the image.
Do you have any idea of this??
Here's a quick sample I whipped up.
I wasn't sure if you are aware of the PercentSettings feature on the UltraProgressBar, so my sample includes two different approaches.
The first column uses a CreationFilter to add the image into the cell.
The second column doesn't display an image, but it colors the progress bar based on the percentage value. This approach is a lot simpler and easier and doesn't require a CreationFilter, so I put it in as an alternative approach you might want to consider.
I think it is okay to have the progressbar next to the image.
Can you show me the sample code to add the progressbar and image using a CreationFilter??
This could be done using a CreationFilter. It would be easier if the image did not overlap the progressbar, though. Is that important? Or would it be okay to have the progressbar next to the image instead of overlapping?