sizeChanged() method removed?
See original GitHub issueThe TreeComponent.sizeChanged()
method was recently removed by https://github.com/500tech/angular-tree-component/commit/f86c58366bc8f12af956fa2d7bf346a07e873557.
The docs say I need to call this method when a hidden tree with virtual scroll becomes visible. Is this no longer the case?
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Removing an element on resize doesn't work (but adding does)
If taking my original approach, I have found this code to work when testing in Google Chrome and in Microsoft Edge: function addPhoneNumberBox()...
Read more >Window: resize event - Web APIs | MDN
The resize event fires when the document view (window) has been resized. This event is not cancelable and does not bubble.
Read more >JavaScript window resize event - Stack Overflow
One potential gotcha with this method is that you're overriding the event and so you can't attach multiple actions to an event. The...
Read more >App lifecycle - .NET MAUI | Microsoft Learn
NET MAUI raises cross-platform lifecycle events when an app transitions between its different execution states.
Read more >remove - API Reference - Kendo UI Splitter - Documentation
Invoking this method will force the widget to redraw and it will trigger the resize event. Parameters. pane String|Element|jQuery. The pane(s) to be...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I must have deleted it by mistake when doing some cleanup. Will be returned in 6.0.0
Looks like it’s still an issue in 7.0.1