On Fri, 2007-01-12 at 13:55 -0500, David Cantin wrote:
> Hi, I got a sub-class of a TreeStore (see below) and I want to cancel a
> DND operation if it's not apropriate. But my RowDraggable method is
> never called.. I'am missing something ?
>
>
> public class MyTreeStore : TreeStore, TreeDragSour
Hi, I got a sub-class of a TreeStore (see below) and I want to cancel a
DND operation if it's not apropriate. But my RowDraggable method is
never called.. I'am missing something ?
public class MyTreeStore : TreeStore, TreeDragSource {
public MyTreeStore(params System.Type[] p) :