| [news.eclipse.platform.swt] Re: Table - Cell Border |
Thanks Grant,
1.) Cell painting -- Multiple colors / fonts in EACH cell 2.) Cell Borders and Row / Item Separators 3.) Table Resize - Cell Resize 4.) Cell Height -- limitation with minimum Height
All this will take a performance hit, may be not now but later. Iam not sure how many of these features will be revised in 3.3 or later.
Thanks
Naren
Grant Gayed wrote:
I don't think there are plans to provide api for doing this. The closest existing request which may be implemented during the 3.3 timeframe is https://bugs.eclipse.org/bugs/show_bug.cgi?id=148039 which could be used to create a top/bottom margin.
Grant
"Naren" <x_naren@xxxxxxxxxxx> wrote in message news:1dd9e578524fb80678d40d10c49db8e4$1@xxxxxxxxxxxxxxxxxxhappen.Thanks Tom,
will it be like this in future releases or is there a plan to actually change cell properties in future releases of SWT.
Thanks
Naren
Tom Schindl wrote:
> Naren schrieb: >> How to set a border width / color for table cell? >> >> Naren >> >> >>
> There's no API for this you have to use custom drawing to make it
> Tom