かずきのBlog

C#やJavaやRubyとメモ書き

目次

Blog 利用状況

ニュース

わんくまBlogが不安定になったため、前に書いてたはてなダイアリーにメインを移動します。
かずきのBlog@Hatena
技術的なネタは、こちらにも、はてなへのリンクという形で掲載しますが、雑多ネタははてなダイアリーだけに掲載することが多いと思います。
コメント
プログラマ的自己紹介
お気に入りのツール/IDE
プロフィール
経歴
広告
アクセサリ

書庫

日記カテゴリ

[WPF]リスト系のバインディング

データグリッドっぽい感じに表示するにはListViewを使うと言われてる。
ということでデータ表示用のクラスを用意してみた。

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.ComponentModel;
using System.Collections.ObjectModel;

namespace ListBinding
{
    public class Person : INotifyPropertyChanged
    {
        #region プロパティ
        private int id;
        public int ID
        {
            get { return id; }
            set
            {
                id = value;
                OnPropertyChanged("ID");
            }
        }

        private string name;
        public string Name
        {
            get { return name; }
            set
            {
                name = value;
                OnPropertyChanged("Name");
            }
        }

        private int age;
        public int Age
        {
            get { return age; }
            set
            {
                age = value;
                OnPropertyChanged("Age");
            }
        }
        #endregion

        #region INotifyPropertyChanged Members

        public event PropertyChangedEventHandler PropertyChanged;
        protected virtual void OnPropertyChanged(string propertyName)
        {
            if (PropertyChanged != null)
            {
                PropertyChanged(this, new PropertyChangedEventArgs(propertyName));
            }
        }

        #endregion
    }

    public class PersonCollection : ObservableCollection<Person>
    {
    }
}

あとはXAML。

<Window x:Class="ListBinding.Window1"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:p="clr-namespace:ListBinding"
    Title="List Binding" Width="300" Height="300">
 <Window.Resources>
  <p:PersonCollection x:Key="People">
   <p:Person ID="1" Name="Tarou" Age="27" />
   <p:Person ID="2" Name="Jirou" Age="20" />
   <p:Person ID="3" Name="Saburou" Age="14" />
  </p:PersonCollection>
 </Window.Resources>
 <Grid>
  <Grid.RowDefinitions>
   <RowDefinition />
   <RowDefinition Height="Auto" />
  </Grid.RowDefinitions>
  <ListView Grid.Row="0" ItemsSource="{StaticResource People}">
   <ListView.View>
    <GridView>
     <GridViewColumn Header="ID">
      <GridViewColumn.CellTemplate>
       <DataTemplate>
        <TextBox Text="{Binding Path=ID}" MinWidth="100" TextAlignment="Right" />
       </DataTemplate>
      </GridViewColumn.CellTemplate>
     </GridViewColumn>
     <GridViewColumn Header="Name">
      <GridViewColumn.CellTemplate>
       <DataTemplate>
        <TextBox Text="{Binding Path=Name}" MinWidth="100" />
       </DataTemplate>
      </GridViewColumn.CellTemplate>
     </GridViewColumn>
     <GridViewColumn Header="Age">
      <GridViewColumn.CellTemplate>
       <DataTemplate>
        <TextBox Text="{Binding Path=Age}" MinWidth="100" TextAlignment="Right" />
       </DataTemplate>
      </GridViewColumn.CellTemplate>
     </GridViewColumn>
    </GridView>
   </ListView.View>
  </ListView>
  <Button Content="Current" Grid.Row="1"/>
 </Grid>
</Window>

これで一応、テキストボックスに値が表示されるようになった!!
でも微妙な間がグリッドじゃないっぽい感じをかもし出してる。
微調整はどこでやるんだろうか。

ちなみに最後のButtonは何も関係ありません。

投稿日時 : 2007年10月18日 12:51

Feedback

# welded ball valve 2012/10/19 0:23 http://www.jonloovalve.com/Full-welded-ball-valve-

Only a smiling visitant here to share the love (:, btw outstanding design. "Treat the other man's faith gently it is all he has to believe with." by Athenus.

# burberry bag 2012/10/26 3:59 http://www.burberryoutletscarfsale.com/burberry-ba

Somebody necessarily lend a hand to make severely articles I would state. That is the first time I frequented your web page and so far? I amazed with the analysis you made to create this particular publish extraordinary. Magnificent task!
burberry bag http://www.burberryoutletscarfsale.com/burberry-bags.html

# t shirts 2012/10/28 15:32 http://www.burberryoutletonlineshopping.com/burber

I've been browsing on-line more than three hours lately, yet I by no means discovered any fascinating article like yours. It is beautiful price enough for me. In my opinion, if all site owners and bloggers made excellent content material as you did, the web will probably be much more useful than ever before. "I thank God for my handicaps, for through them, I have found myself, my work and my God." by Hellen Keller.
t shirts http://www.burberryoutletonlineshopping.com/burberry-womens-shirts.html

# scarf 2012/10/28 15:34 http://www.burberryoutletonlineshopping.com/burber

You have brought up a very wonderful details , thankyou for the post.
scarf http://www.burberryoutletonlineshopping.com/burberry-scarf.html

# burberry mens shirts 2012/10/28 15:34 http://www.burberryoutletonlineshopping.com/burber

you're in reality a just right webmaster. The website loading speed is amazing. It seems that you're doing any distinctive trick. Also, The contents are masterwork. you have performed a wonderful job on this subject!
burberry mens shirts http://www.burberryoutletonlineshopping.com/burberry-men-shirts.html

# Howdy terrific website! Does running a blog similar to this require a great deal of work? I have no understanding of computer programming however I was hoping to start my own blog in the near future. Anyhow, if you have any suggestions or tips for new 2019/04/24 1:37 Howdy terrific website! Does running a blog simila

Howdy terrific website! Does running a blog similar to this require a great deal of work?
I have no understanding of computer programming however I was
hoping to start my own blog in the near future.
Anyhow, if you have any suggestions or tips for new blog owners please share.
I know this is off topic however I simply needed to ask.
Cheers!

# Incredible! This blog looks just like my old one! It's on a totally different topic but it has pretty much the same layout and design. Outstanding choice of colors! 2019/07/19 16:08 Incredible! This blog looks just like my old one!

Incredible! This blog looks just like my old one!
It's on a totally different topic but it has pretty much the same layout and design. Outstanding choice of colors!

# clomid online purchase https://clomiden.fun/ 2022/04/12 12:49 Clomids

clomid online purchase https://clomiden.fun/

# prednisone 60 mg http://prednisoneen.store/ 2022/04/16 22:43 Prednisone

prednisone 60 mg http://prednisoneen.store/

# lasix side effects https://buylasix.icu/
furosemida 40 mg 2022/06/24 17:01 LasixRx

lasix side effects https://buylasix.icu/
furosemida 40 mg

# order clomid https://clomidonline.icu/ 2022/07/08 13:29 Clomidj

order clomid https://clomidonline.icu/

# online ed pills https://ed-pills.xyz/
over the counter erectile dysfunction pills 2022/09/15 19:06 EdPills

online ed pills https://ed-pills.xyz/
over the counter erectile dysfunction pills

# ï»¿erectile dysfunction medication https://ed-pills.xyz/
ed medications list 2022/09/16 7:27 EdPills

erectile dysfunction medication https://ed-pills.xyz/
ed medications list

# ed pills that really work https://ed-pills.xyz/
treatment for ed 2022/09/16 19:32 EdPills

ed pills that really work https://ed-pills.xyz/
treatment for ed

# the best ed pill https://ed-pills.xyz/
cheap erectile dysfunction pills 2022/09/17 19:47 EdPills

the best ed pill https://ed-pills.xyz/
cheap erectile dysfunction pills

# bactrim antibiotic online prescriptions https://antibiotic.best/ 2022/10/08 3:43 Antibiotic

bactrim antibiotic online prescriptions https://antibiotic.best/

# doxycycline hydrochloride 100mg https://buydoxycycline.icu/ 2022/10/08 11:51 Doxycycline

doxycycline hydrochloride 100mg https://buydoxycycline.icu/

#  https://clomidforsale.site/ 2022/11/13 14:19 ForSale

https://clomidforsale.site/

# earch our drug database. Best and news about drug.
https://edonlinefast.com
Everything what you want to know about pills. drug information and news for professionals and consumers. 2023/02/16 13:10 EdPills

earch our drug database. Best and news about drug.
https://edonlinefast.com
Everything what you want to know about pills. drug information and news for professionals and consumers.

# Не находя радости в окружающей действительности и возможности удовлетворения своих душевных потребностей, человек может уйти из реального мира в болезнь. Там он ищет удовольствия, которого лишен в действительности. Этот уход сопровождается регрессией, 2023/03/28 15:10 Не находя радости в окружающей действительности и

Не находя радости в окружающей действительности и возможности удовлетворения своих душевных потребностей,
человек может уйти из реального мира в болезнь.
Там он ищет удовольствия, которого лишен в действительности.
Этот уход сопровождается регрессией, связанной с состоянием половой жизни.
Происходит возвращение к первоначальным, детским проявлениям сексуальности.

Как продавать что угодно и кому угодно?

# Не находя радости в окружающей действительности и возможности удовлетворения своих душевных потребностей, человек может уйти из реального мира в болезнь. Там он ищет удовольствия, которого лишен в действительности. Этот уход сопровождается регрессией, 2023/03/28 15:11 Не находя радости в окружающей действительности и

Не находя радости в окружающей действительности и возможности удовлетворения своих душевных потребностей,
человек может уйти из реального мира в болезнь.
Там он ищет удовольствия, которого лишен в действительности.
Этот уход сопровождается регрессией, связанной с состоянием половой жизни.
Происходит возвращение к первоначальным, детским проявлениям сексуальности.

Как продавать что угодно и кому угодно?

# Не находя радости в окружающей действительности и возможности удовлетворения своих душевных потребностей, человек может уйти из реального мира в болезнь. Там он ищет удовольствия, которого лишен в действительности. Этот уход сопровождается регрессией, 2023/03/28 15:11 Не находя радости в окружающей действительности и

Не находя радости в окружающей действительности и возможности удовлетворения своих душевных потребностей,
человек может уйти из реального мира в болезнь.
Там он ищет удовольствия, которого лишен в действительности.
Этот уход сопровождается регрессией, связанной с состоянием половой жизни.
Происходит возвращение к первоначальным, детским проявлениям сексуальности.

Как продавать что угодно и кому угодно?

# Не находя радости в окружающей действительности и возможности удовлетворения своих душевных потребностей, человек может уйти из реального мира в болезнь. Там он ищет удовольствия, которого лишен в действительности. Этот уход сопровождается регрессией, 2023/03/28 15:11 Не находя радости в окружающей действительности и

Не находя радости в окружающей действительности и возможности удовлетворения своих душевных потребностей,
человек может уйти из реального мира в болезнь.
Там он ищет удовольствия, которого лишен в действительности.
Этот уход сопровождается регрессией, связанной с состоянием половой жизни.
Происходит возвращение к первоначальным, детским проявлениям сексуальности.

Как продавать что угодно и кому угодно?

# gel per erezione in farmacia https://viasenzaricetta.com/# 2023/04/16 13:25 ViaSenza

gel per erezione in farmacia https://viasenzaricetta.com/#

# buy misoprostol over the counter - https://cytotecsale.pro/# 2023/04/29 5:03 Cytotec

buy misoprostol over the counter - https://cytotecsale.pro/#

# over the counter bv treatment https://overthecounter.pro/# 2023/05/08 23:11 OtcJikoliuj

over the counter bv treatment https://overthecounter.pro/#

# best pills for ed: https://edpills.pro/# 2023/05/15 15:34 EdPillsPro

best pills for ed: https://edpills.pro/#

# prednisone 15 mg daily https://prednisonepills.pro/# - prednisone for sale in canada 2023/06/04 21:30 Prednisone

prednisone 15 mg daily https://prednisonepills.pro/# - prednisone for sale in canada

# paxlovid buy https://paxlovid.life/# paxlovid price 2023/07/25 20:41 Paxlovid

paxlovid buy https://paxlovid.life/# paxlovid price

# buy cytotec pills online cheap https://cytotec.ink/# - order cytotec online 2023/07/26 14:38 PillsFree

buy cytotec pills online cheap https://cytotec.ink/# - order cytotec online

タイトル
名前
Url
コメント