Rodhos Soft

備忘録を兼ねた技術的なメモです。Rofhos SoftではiOSアプリ開発を中心としてAndroid, Webサービス等の開発を承っております。まずはご相談下さい。

ItemsControl

アイテムのコレクション表示クラス

以下を参照するのがわかりやすい。
http://grabacr.net/archives/1240


主要プロパティ

  • Template property 全体の外観
  • ItemsPanel property アイテム達全体の外観(Panelで指定)
  • ItemContainerStyle property アイテムを包むコンテナの外観(選択色等)
  • ItemTemplate property アイテムの外観
一覧
  • GroupStyle
  • IsGrouping
  • GroupStyleSelector データに応じてかえたいとき
  • ItemContainerStyle
  • ItemContainerStyleSelector データに応じてかえたとき
  • Items 
  • ItemsSource Iemsの設定
  • ItemsPanelRoot (Panel)
  • ItemsPanel ItemPanelの設定(ItemsPanelTemplate)
  • ItemTemplate
  • ItemTemplateSelectorデータに応じて変えたいとき