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=82734 --- shadow/82734 2007-09-07 21:27:07.000000000 -0400 +++ shadow/82734.tmp.10755 2007-09-08 05:56:15.000000000 -0400 @@ -33,6 +33,31 @@ ------- Additional Comments From [EMAIL PROTECTED] 2007-09-07 11:08 ------- Created an attachment (id=19991) Patch for 1, 2 and 4. + +------- Additional Comments From [EMAIL PROTECTED] 2007-09-08 05:56 ------- +Hey, + +Applied a modified version of your patch. So the mentioned points are: + +1. SystemPens.Control is the right pen to use. This pen is quite light +and making it clearer makes the grid lines dissapear (tested on .Net +and Mono). + +5. The rows have the precise Height. Take a look at my screenshot and +appreciate that (at least) on Linux the row height is exactly the +needed to contain the text. Now, our implementation measures the +height of the item and adds 2 pixels padding (that's probably what you +are seeing). But this padding is needed, since the font measurements +are, well, a little different than those in .Net. In Linux, if we +don't add those 2 pixels padding we don't show the entire text. So, +this can't be solved, if you see it that way. + +6. Yes, the ListView does show focus rectangle in Details view. +Probably you are using a 'big' Font and and the focus rectangle is +'hidden', but try a smaller font (Take a look at my second screenshot). + +If you agree (and are convinced) we can close this bug. +If not, just tell me ;-) _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
