我試圖實現雙擊行爲。該代碼的.cs看起來像: public class DoubleTappedBehavior : Behavior<InputElement>
{
/// <summary>
/// The command.
/// </summary>
public static readonly DirectProperty<DoubleTapp
我在我的XAML和一個類MyListItem中定義了兩個ListBox。 現在,一個ListBox應該顯示名稱作爲按鈕,第二個ListBox應該將該名稱顯示爲TextBlock。 這裏有個小例子,兩個ListBox的行爲都是一樣的。 MyListItem public class MyListItem
{
private string _name;
public string