フォルダーリストのフォルダーアイコンが右づめにならないことがあるバグ

Issue #298 closed
Ito Mitsuhiro repo owner created an issue
  • FolderListSync で以下のエラーが発生
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='System.Windows.Controls.ItemsControl', AncestorLevel='1''. BindingExpression:Path=HorizontalContentAlignment; DataItem=null; target element is 'ListBoxItem' (Name=''); target property is 'HorizontalContentAlignment' (type 'HorizontalAlignment')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='System.Windows.Controls.ItemsControl', AncestorLevel='1''. BindingExpression:Path=VerticalContentAlignment; DataItem=null; target element is 'ListBoxItem' (Name=''); target property is 'VerticalContentAlignment' (type 'VerticalAlignment')
  • チェックマークだけの場合には発生しない?フォルダー選択限定?
  • フォルダーの多いフォルダーに移動したとき
  • 最初に選択されているフォルダーがスクロールされて表示される場合
  • 表示の最上部の1つ上のまだ表示されていない項目で発生
  • 直前のフォルダ状態に依存しているようだ

Comments (3)

  1. Log in to comment