[Gambas-user] Still no drag and drop
T Lee Davidson
t.lee.davidson at gmail.com
Fri Mar 17 14:31:37 CET 2023
On 3/17/23 03:58, Mayost Sharon wrote:
> Hello
>
> I'm on Fedora 36 and Gamba 3.18.1
> In ListBox when ListBox1.Drop=True it works fine
> but
> In TextBox even if TextBox1.Drop=False it also works
>
> Is this how it should be?
>
> Thank you
The Drop property returns or sets if a control *accepts* drops.
So, to drag from a TextBox to a ListBox, only the ListBox needs to be set with Drop = True. The setting of TextBox.Drop would be
irrelevant.
--
Lee
More information about the User
mailing list