Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [platform-swt-dev] TableItem

No. I mean, some of the lines are not permitted to select. i.e. if user such
lines click, nothing will happen. 

-----Original Message-----
From: platform-swt-dev-bounces@xxxxxxxxxxx
[mailto:platform-swt-dev-bounces@xxxxxxxxxxx] On Behalf Of yuanq
Sent: Wednesday, October 12, 2005 3:09 AM
To: Eclipse Platform SWT component developers list.
Subject: Re: [platform-swt-dev] TableItem

use SWT.MULTI as style, then you can select several lines by Ctrl+click .

yuan

Yuanyuan Song wrote:

>Hi, all
>I have a Table and some TableItems. I want to implement: The user can 
>select some of them , but others can not be selected. How to do that?
>Thanks
>
>Best Regards,
>
>
>Yuanyuan Song
>_______________________________________________
>  
>


_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top