I took one of the templates that contains a side bar and a main window.
I am trying to add elements to a side bar from the tool box, however when I try to drag and drop it, the editor doesn’t let me. It only allow me to drag it to the main window.
Also how can I design the side bar? it seems that there is no properties to it.
Have you added a container component to the sidebar? That’s usually required before adding any other components.
3 Likes
I assume by container you mean some of the elements in the tool box.
Currently none of them can be dragged to the side bar.
I attached an image to clearly show the problematic area.
For sake of other users who might struggle in the same situation I found what was the problem.
There is a need to first drop ColumnPanel, and on it add the elements.
If you drag and drop a DropDown it will lock(!) the side bar and you won’t be able to add anything to it.