Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[nebula-dev] New topic in forum Nebula, called Filterrow does not reveal full cell on edit, by Alexander Becher

Title: Eclipse Community Forums
Subject: Filterrow does not reveal full cell on edit Author: Alexander Becher Date: Wed, 02 March 2016 05:48
Hi alle,

I've got a problem with the filter row. Unlike in body cells the filter row does not reveal the complete cell if the user activates the cell editor.
Is it possible to achieve the same behavior as the cells in the body region have? That means if the cell is partly visible and the user edits the cell, the complete editor should be visible and therefore the complete cell should be visible.

I guess that's because the filterrow is not connected with the SelectionLayer as mentioned in this post https://www.eclipse.org/forums/index.php/t/620975/
I've tried to come up with a solution using org.eclipse.nebula.widgets.nattable.viewport.ViewportLayer.moveColumnPositionIntoViewport(int scrollableColumnPosition) but it's not working correctly.

Best regards
[ Reply ][ Quote ][ View Topic/Message ][ Unsubscribe from this forum ]

Back to the top