cancel
Showing results for 
Search instead for 
Did you mean: 

Hide an PreviewPane in AdvancedListPane

Former Member
0 Kudos

Hello,

I need to add a button in the PreviewPane to hide it.

How to do that?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Rodrigo,

I think this is not possible since you cannot bind any boolean field to the preview pane property.

Best regards,

Fernando Giroleti

SAP Cloud Service Center AMEA

Former Member
0 Kudos

Hi Fernando,

There's no way to create an EventHandler to be referenced in button OnClick event?

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Rodrigo,

You can hide your preview pane

Select Previewpane(FormPane:FormPane) under the Appearence select IsCollapsible set "True"

At run time you will see a down arrow button, with this button you can expand preview pane and hide back.

Hope this help

Thanks

Sunil

0 Kudos

Hi Rodrigo,

   

     I guess there is an workaround for this.

  • Bind the your FormPane or Section Group "Visible" Property to one field,
  • When you click button, you can set this field to be true or false.

As a result, you can control all the field in PreviewPane to be visible or invisible.

Thanks.

Chris.

Former Member
0 Kudos

Chris,

Thank you again for helping. This way works as expected

However, when I click in another row, I can't set the boolean field to "true" again. I haven't found an event or trigger in the AdvanvedListPane to do that.