You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While it's not exactly a bug, it would be nice if TabbedPane stored a TabbedPaneTable with a reference to the pane - kind of like ListView does with ListViewTable. Currently there's no way to access TabbedPane when all you have is the table, and accessing specific cells (like the ones storing separator or drag pane) is problematic. Having access to TabbedPaneTable that providers getters of important TabbedPane cells would allow to fully customize the widget with ease.
The text was updated successfully, but these errors were encountered:
I understand the thing about getting access to TabbedPane from TabbedPaneTable. I don't get the accessing specific cells part, the tabbed pane's mainTable will have only two cells, one with DragPane and one with separator. Do you think it's worth providing explicit getters for those?
While it's not exactly a bug, it would be nice if
TabbedPane
stored aTabbedPaneTable
with a reference to the pane - kind of likeListView
does withListViewTable
. Currently there's no way to accessTabbedPane
when all you have is the table, and accessing specific cells (like the ones storing separator or drag pane) is problematic. Having access toTabbedPaneTable
that providers getters of importantTabbedPane
cells would allow to fully customize the widget with ease.The text was updated successfully, but these errors were encountered: