Bug 83335 - Table on Linux-GTK+ should support scrolling by item (not by pixel)
Summary: Table on Linux-GTK+ should support scrolling by item (not by pixel)
Status: CLOSED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.1   Edit
Hardware: PC Linux-GTK
: P3 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: Bogdan Gheorghe CLA
QA Contact:
URL:
Whiteboard:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2005-01-20 14:57 EST by Billy Biggs CLA
Modified: 2018-05-14 16:13 EDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Billy Biggs CLA 2005-01-20 14:57:49 EST
On Windows, the table widget scrolls by item such that the top of the table is
always aligned to an item.  On other platforms, such as Linux-GTK, the table
widget scrolls by pixels, and can show a partially visible item at the top.  It
would be useful to support a discrete scrolling mode on these platforms.

The following is an enhancement request filed against the GtkTreeView widget on
GTK+.

  http://bugzilla.gnome.org/show_bug.cgi?id=162957
Comment 1 Eric Williams CLA 2018-05-14 16:13:58 EDT
I don't think this is feasible in GTK without significant effort.