Context Menu on Split Pane

Hi All,

I am not sure how to implement context menu on the blank space of a split pane.
Any suggestion on how to do?

Regards,
James

rakesh's picture

You will need to use a

You will need to use a container such as a column as the wrapper for the context menu and then add it as the primary child of the split pane section you wish.

Finally got it to work.

Finally got it to work. Thanks.