开发者

How To handle multi-selection item in a scatterView

开发者 https://www.devze.com 2023-01-28 20:42 出处:网络
I am using Surface Toolkit Beta version for .NET 4.0. I am trying to select multiple items in a ScatterView. But I think I have to do it with code, can any one开发者_高级运维 help me please?It all dep

I am using Surface Toolkit Beta version for .NET 4.0. I am trying to select multiple items in a ScatterView. But I think I have to do it with code, can any one开发者_高级运维 help me please?


It all depends on how you would want to implement multiple selection with a MT UI. In a traditional mouse & keyboard UI, the user can usually make a multiple selection by one of the following means:

  • Clicking additional items while holding a modifier key (shift or ctrl) in order to extend the current selection, or
  • drawing a selection rectangle / lasso around the items to be included in the selection.

Multitouch UIs normally don't provide for keyboard input (unless your scenario specifically requires it), so the question is: What kind of multiple selection would you want in your ScatterView? Something like a modifier key, or dragging a selection rectangle?


The draggin selection rectangle is the best idea , I have to do something with the touch events .

0

精彩评论

暂无评论...
验证码 换一张
取 消