IgniteUI / igniteui-dockmanager

Ignite UI Dock Manager Web Component provides means to manage the layout of your application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't Hide/Unhide ContentPane via Hidden property programmatically

mddifilippo89 opened this issue · comments

Description

Can't Hide/Unhide ContentPane via Hidden property programmatically. Also occurs in Blazor.

Steps to reproduce

  1. Step 1
  2. Click Show/Hide at the top

Result

The employees list pane doesn't show.

Expected result

The employees list pane becomes visible

Notes:

Panes can be marked hidden when the panes are created, but using external hooks to modify the pane never seems to work.

@mddifilippo89, modifying the layout will not trigger an update. In order to do this you have to add this.dockManager.layout = {...this.dockManager.layout}; to the end of your method.