E
Erik Alsmyr
When setting the Scrollable property of a listview and resizeing it the
headers will be painted wrongly. This defect is documented in MSDN as:
In versions of the .NET Framework prior to version 2.0, the column
headers were not painted correctly when setting this property to false
and resizing the control to make it larger. To work around this issue,
set this property to true in a ResizeBegin event handler and set it
back to false in a ResizeEnd event handler.
I honestly don't understand this workaround mentioned. The ResizeBegin
and ResizeEnd event are available only on .NET framework 2.0 according
to MSDN. Does this mean the provided workaround is valid only in
versions of .NET framework where it is not needed?
Does anyone have a .NET framework 1.1 workaround around?
headers will be painted wrongly. This defect is documented in MSDN as:
In versions of the .NET Framework prior to version 2.0, the column
headers were not painted correctly when setting this property to false
and resizing the control to make it larger. To work around this issue,
set this property to true in a ResizeBegin event handler and set it
back to false in a ResizeEnd event handler.
I honestly don't understand this workaround mentioned. The ResizeBegin
and ResizeEnd event are available only on .NET framework 2.0 according
to MSDN. Does this mean the provided workaround is valid only in
versions of .NET framework where it is not needed?
Does anyone have a .NET framework 1.1 workaround around?