This question is locked. New answers and comments are not allowed.
Hello,
I'm using a RadSideDrawer with Nativescript Angular (pro version)
I'm unable to set the drawerContentSize property, it's never change the height (or the width) of the menu panel.
I have tried to set it programmatically :
@ViewChild(RadSideDrawerComponent) public drawerComponent: RadSideDrawerComponent;ngOnInit() { this.drawerComponent.drawerContentSize = 800;}
Or directly inside the view :
<RadSideDrawer [drawerLocation]="currentDrawLocation" [drawerContentSize]="500"> ..............</RadSideDrawer>
Both are not working.
Thanks for your help


