HI ,
I have a custom container X which contain 4 components (comp A, comp B, comp C, comp D).
My custom container extends propertysheetcontainer to get the functionality for calling next and previous components.
by default , on click of 'next ' calls the components in container in sequential order one by one .
But my requirement is to call component in the container based on condition ,
i.e on click of next may not call next immediate component but may call any component either comp d, or comp c.
(i.e for ex : on click of 'Next on Comp B can call either Comp D or Comp C based on condition ' ) .
Any ideas how this can be achieved .