[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: Table/TreeColumn Resize-Event
|
Hi Tom,
Table column resize events are sent for "committed" (not sure if this is the
right word) resizes. For example, on win2000, by default I can mouse down
on a column boundary, move it around, but then press ESC to cancel the
resize, so sending Resizes while I was dragging it would not have been
appropriate. On the other hand, if I enable the Windows effect "Show window
contents while dragging"then I will get a flood of Resize events as I'm
dragging the column bound because the column is being actively resized.
There isn't another event that is sent while dragging a column bound.
Grant
"Tom Schindl" <tom.schindl@xxxxxxxxxxxxxxx> wrote in message
news:fgsv4g$mjq$1@xxxxxxxxxxxxxxxxxxxx
> Hi,
>
> Is there any event that is fired *while* a column is resized by the
> user? The SWT.Resize-Listener is notified after the resizing is finished
> but not in between.
>
> The feature request I'm looking into currently is:
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=204712
>
> Tom
>
> --
> B e s t S o l u t i o n . at
> --------------------------------------------------------------------
> Tom Schindl JFace-Committer
> --------------------------------------------------------------------