Hi,
I wrote the following code:
{
xtype: 'treepanel',
titleAlign: 'right',
title: 'tools',
store: store,
rootVisible: 'false',
renderTo: Ext.getBody(),
collapsible: true
}
At the result, i have a tree in panel with left alignment, So i wanna change tree alignment to right in the panel.
You may be able to do it with some CSS but RTL is not currently supported but it is something that is currently scoped for 4.2 (remember I said "currently")