Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
1k views

C# WinForms StatusStrip - How do I reclaim the space from the “Grip”

I've got a StatusStrip with a single ToolStripStatusLabel, Spring=true and a background color for notifications. The problem is that there's an ugly gray square on the right side of the status strip. ...
3
votes
2answers
599 views

Generic Types: There is no implicit reference conversion from ToolStripStatusLabel to Control

I'm wanting to update the UI from a SerialPort DataReceived event handler. I discovered a problem because the event handler was implicitly running in a different thread to the form, so rather than ...
0
votes
0answers
47 views

StatusStrip items are wrongly positioned thus overlap each other

I'm writing a SpacerStatusLabel derived from ToolStripStatusLabel to fill the remaining place, because - as I read on SO - setting the Spring property to true can be wrong. (It's to align the items ...
0
votes
1answer
349 views

Winforms StatusStrip - why are there periods where it is blank when I'm updating it?

BACKGROUND: I have a WindowForms v3.5 application with a StatusStrip set to be used as a TooStripStatusLabel. I'm issues quite a lot of updates to it during a task that is running, however there are ...