Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 324287 - Table and Tree should enable by default header and line visible
Summary: Table and Tree should enable by default header and line visible
Status: RESOLVED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.0   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-02 06:06 EDT by Vijay Raj CLA
Modified: 2010-09-02 10:10 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vijay Raj CLA 2010-09-02 06:06:58 EDT
Build Identifier: I20091030-1201

Every time you write code for tree or table you have to enable header visible and lines visible by calling setHeaderVisible(true) and setLinesVisible(true)..

although this is a small code but why shouldn't it be enable by default cuz normally tables and trees are used like that...  

Reproducible: Always
Comment 1 Grant Gayed CLA 2010-09-02 10:10:53 EDT
Tables/Trees without headers and lines are actually pretty common (eg.- any time you see what looks like a list with icons it's actually a Table without lines or header), so I disagree that this would be a valuable change to make.

That being said, even if this was a valuable change, this behaviour could not be changed now anyways, as it would break all existing Table/Tree users out there that depend on not getting these by default.  Closing report.