[Mono-winforms-list] [PATCH] AsyncMethodResult patch and Question

Jonathan S. Chambers Jonathan.Chambers at ansys.com
Wed Sep 21 21:18:50 EDT 2005


In regards to the ClientRectangle we always want to match MS's implementation. If the ClientRectangle property is not correct, it should be corrected. But it should not be changed to do something other than what MS does.

- Jonathan


-----Original Message-----
From:	mono-winforms-list-bounces at lists.ximian.com on behalf of Kazuki Oikawa
Sent:	Wed 9/21/2005 8:07 PM
To:	mono-winforms-list at lists.ximian.com
Cc:	
Subject:	[Mono-winforms-list] [PATCH] AsyncMethodResult patch and Question
Hi,

I made small patches.
please review it.

AsyncMethodResult.patch
- Fixes Control.Invoke is blocked infinitely.

ListBox1.patch
- Cannot get last index using IndexFromPoint.

ListBox2.patch (not good patch...)
- Improve action when MultiColumn is true.


I have a question.
I think Control.ClientRectangle is without Border width,
but current implement is not.
If improve the current implement to return the correct ClientRectangle,
X and Y of ClientRectangle is not zero.
This result is not equal with MSFT but I think this is good.
What do you think ?

--
Kazuki Oikawa







More information about the Mono-winforms-list mailing list