Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion

TElTreeStringGrid: RightClickSelect = True and Click in first Column

In TElTreeView.MouseDown there is following line:

   if (Item <> nil) and (((ItemPart <> ipInside) and (ItemPart <> ipOutside)) or FRowSelect) then


The part

  (ItemPart <> ipInside)


causes the problem that a right-click only works if the mouse is not above the first column.


Any reason for this or it is possible to remove   (ItemPart <> ipInside)?




Comments

Sign In or Register to comment.