Opened 10 years ago

Closed 9 years ago

Last modified 9 years ago

#294 closed defect (released)

Fix data grid header wrapping problems

Reported by: ibboard Owned by:
Priority: minor Milestone: WarFoundry 0.1
Component: WarFoundry-GUI-WinForms Version: WarFoundry 0.1b9
Keywords: datagrid stats header Cc:
Blocked By: Blocking: #88

Description

Snowblizz says that some titles (e.g. "Side Armour") are wrapped in the data grid column headers. This should be handled so that we wrap less. Some wrapping for really long headers might be unavoidable.

Change History (5)

comment:1 Changed 10 years ago by ibboard

Status: newaccepted

comment:2 Changed 9 years ago by ibboard

Best example is currently Walkers in W40K stats - the combination of stats and armour causes the armour headers to wrap. Truncating would be better, if I can work out how.

comment:3 Changed 9 years ago by ibboard

RowHeadersDefaultCellStyle.WrapMode would seem like an obvious choice (details) but it isn't working at the moment. There must be a better solution...

comment:4 Changed 9 years ago by ibboard

Resolution: fixed
Status: acceptedclosed

(In r625) Fixes #294: Fix data grid header wrapping problems

  • Disable wrapping on each column as it is created
  • Just to make sure, disable header height resizing

comment:5 Changed 9 years ago by ibboard

Resolution: fixedreleased

Retro-actively tag RC1 releases as released

Note: See TracTickets for help on using tickets.