Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在人时对字典中为每个人显示一个进度条。对于我的进度条列表,TableLayoutPanel 似乎是一个不错的选择。它是否合适,或者我应该看什么?
取决于你有多少“人次”对。如果您有数百或数千个,全ProgressBarsI 成像将相当昂贵。你可以覆盖DataGridViewCell/Column并创建一个DataGridViewProgressCell/Column,这将是一个轻量级的解决方案,看起来也不错......
ProgressBars
DataGridViewCell/Column
DataGridViewProgressCell/Column
如果这是你之后我会给你一些代码。否则,我会按照你的建议做,使用 aTableLayoutPanel似乎是一个不错的选择。
TableLayoutPanel
我希望这有帮助。