cancel
Showing results for 
Search instead for 
Did you mean: 

split view in two vertical panel

former_member375669
Participant
0 Kudos

Hi Experts,

I want to split my view in two panels (Left & right Panels).

My Req. is i want to show a tree in left panel of sales orders and to show the details of sales order in the right panel.

is it possible in any way please tell me.

i am not using any portal this requirement needs to be fulfill at view level.

Thanks

Ashish.

Accepted Solutions (0)

Answers (2)

Answers (2)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

You sometimes see the usage of the ContextualPanel on the left side to contain navigation or trees as you describe.

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/28/fe5a42091de32ce10000000a1550b0/frameset.htm

saket_abhyankar
Active Participant
0 Kudos

Hi,

I think you can use 2 container UI elements placed vertically one after the other.

e.g. Set Layout prop. to MatrixLayout for 'ROOTUIELEMENTCONTAINER'. Insert 2 Tray (or Group) UI elements in it. Make layout data prop of first container to MatrixHeadData and other to MatrixData. Set width of both containers to 100%. I hope this is what you are looking for.

Regards,

Saket.