I use Vaadin Designer for framework 7. In this designer I can drag and drop a component and moving the component by clicking on it a moving it to the area I want.
And trying to do the same with the new Vaadin Designer 3. But it seems that AbsoluteLayout is deprecated and the replacement is Div. I drag a Div and on top of it a Button. But I can not move the Button by selecting it a moving it using mouse. Is this possible in Vaadin Designer 3?
BTW I dont want to position the Button using CSS.