config = TreeviewConfig.create({ hasAllCheckBox: false, hasFilter: true, hasCollapseExpand: false, decoupleChildFromParent: false, maxHeight: 600 });
**i am trying to make responsive ngx-treeview and its height should show as browser size only. if items are more than browser then automatically scroll i m getting on this treeview but problem is as i set 'maxHeight : 600' then it is larger height than my browser screen but if i don't set maxHeight then it is 70% showing treeview on my screen. but i want dianamic treeview height which adjust with browser size automatically please help **