I want to have a B4XTable in a Form, but the TableView should not fill the whole Form, but be part of the Form. Check the pictures and you will understand what I mean. How do I make sure that the B4XTable does not take over the entire Form?
This class helps with adding inline editing features to B4XTable. Usage instructions: 1. Initialize an InlineEditing object, named 'ie' in the example. 2. Delegate the following events: Private Sub MainForm_Resize (Width As Double, Height As Double) ie.TableResized End Sub Sub...
www.b4x.com
That custom class above I want to be a part of the Form but not fill the whole form. How to do that?
This class helps with adding inline editing features to B4XTable. Usage instructions: 1. Initialize an InlineEditing object, named 'ie' in the example. 2. Delegate the following events: Private Sub MainForm_Resize (Width As Double, Height As Double) ie.TableResized End Sub Sub...
www.b4x.com
That custom class above I want to be a part of the Form but not fill the whole form. How to do that?
There is no reason that a view will fill the whole form. I guess that it is the anchors that confuse you. The video tutorial is exactly relevant for this.