Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=78528 --- shadow/78528 2006-05-29 04:40:24.000000000 -0400 +++ shadow/78528.tmp.5355 2006-05-29 04:40:24.000000000 -0400 @@ -0,0 +1,57 @@ +Bug#: 78528 +Product: Mono: Class Libraries +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: ListView: cannot expand zero-width header items back + +In "Details" mode, when we resize ListView column to hide (i.e. make it +zero-width), we can never make that column visible again since there is +nothing to "grip" to expand the column back. + +On .NET there seems a certain width of grip area to expand zero-width +header. It can be distinguished by the change of mouse cursor. Possibly a +few, 5 or 6 pixels rightward from the marginary area, it (by XP default +theme) shows +the icon which looks like: + +<-||-> + +... and below for further rightward, or leftward: + +<-|-> + + +Steps to reproduce the problem: +1. Run swf-listview-items.exe +2. Select "Details" in the "View Mode" combo box. +3. Add Header. +4. Add Items. +5. Resize Column2 (grab the marginary area between "Column 2" and "Column +3", and then drag it to the margin of "Item column". Column 2 becomes +totally invisible (since it has zero width). +6. Try to grip it and drag back. + +Actual Results: + +You can't see Column 2 again. + +Expected Results: + +Column 2 should become visible again. + +Additional Information: + +I wanted to take a sshot for the icons, but printscreen does not make it +possible :-( _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
