I'm working on a something like a custom grid control. Everything is working fine except when I show plain text in label. If I have text in the label that doesn't fit it'll either overlap the next column or wrap to the next line depending on whether I set AutoSize or not. I don't want either behavior. I want the text to stay in one line and simply be truncated at the end of label control. Is there a way to get this to work how I want it to?


Thanks,