Yes, I tried titleWindow.getElementAt(0).y = 50 but it had no effect. Can you please elaborate on your custom algorithm idea?
On Wed, Sep 18, 2013 at 12:39 AM, Alex Harui <[email protected]> wrote: > > > On 9/17/13 12:45 PM, "mark goldin" <[email protected]> wrote: > > >Is it possible after the control has rendered its items to change x/y > >position of some items? > I suppose so, but certain actions may cause the layout to move them back. > You can replace the default layout with your own custom algorithm if you > want. > > -Alex > >
