Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Remove Column Property Sheet View
Remove Column Property Sheet View [message #963117] Mon, 29 October 2012 15:36 Go to next message
ModelGeek Mising name is currently offline ModelGeek Mising nameFriend
Messages: 550
Registered: June 2011
Senior Member
Hi,

Normally there are three columns in property sheet view first is property, second is value and third column does not have any header but still it is always visible.

Can we get rid of third empty column?

Cheers,

[Updated on: Mon, 29 October 2012 15:36]

Report message to a moderator

Re: Remove Column Property Sheet View [message #967584 is a reply to message #963117] Thu, 01 November 2012 21:51 Go to previous message
Simon Scholz is currently offline Simon ScholzFriend
Messages: 73
Registered: April 2012
Location: Germany
Member
Hello again ModelGeek Mising name,

Concerning extra columns you should have a look at this:
http://blog.eclipse-tips.com/2008/05/single-column-tableviewer-and.html

I can either see the third column in the PropertySheetPage, but actually it is not visible, unless I drag it to the front.

If you want to modify the look of the PropertySheet, you´ll have to implement your own org.eclipse.ui.views.properties.IPropertySheetPage and define an Adapter for the IPropertySheetPage.
As you can see in the org.eclipse.ui.views.properties.PropertySheet.doCreatePage(IWorkbenchPart part) method the PropertySheet looks for an Adapter to show a custom IPropertySheetPage.

If you need more information do not hesitate to ask me Wink

Best regards,

Simon
Previous Topic:Best way to "run/execute" my own file
Next Topic:How to explicitely add a swt explicitely to plugin dependencies?
Goto Forum:
  


Current Time: Thu Apr 25 09:17:11 GMT 2024

Powered by FUDForum. Page generated in 0.03361 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top