开发者

DataGridView Place a frozen column to the far right

I have a DataGridView in a 开发者_如何学GoWinForms 2.0 App that has a lot of columns, enough that even when maximized the user has to scroll to see all columns. The far right column is a delete button. We want to always display the delete button without the user having to horizontally scroll.

When I try setting column.Frozen = true; it removes my horizontal scrollbar and makes all of the previous columns frozen. According to Microsoft this is by design.

Does anyone have a solution for this?


This is a bug report for VS 2005: https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=117002&wa=wsignin1.0#

It looks like Microsoft doesnt care to correct the issue. "By design"? What a joke.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜