<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>deloreanmc12</author_name>
  <author_url>https://blog.hatena.ne.jp/deloreanmc12/</author_url>
  <blog_title>3流プログラマのメモ書き</blog_title>
  <blog_url>https://3ryupg.hatenablog.com/</blog_url>
  <categories>
    <anon>.Net開発</anon>
  </categories>
  <description>ComboBoxの DataSource に List オブジェクトを指定したんですが、その List の中に Null があるとそこっから先が Item として追加されないみたいなんです。 例えば下記のような場合です。(C#) //ComboBoxNullテスト List lst = new List(); lst.Add(null); lst.Add(&quot;a&quot;); lst.Add(&quot;b&quot;); lst.Add(&quot;c&quot;); comboBox1.DataSource = lst; この場合、最初に追加した値が null ですが、実際にコンボボックスを表示すると下記のようになります。 次に、null…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2F3ryupg.hatenablog.com%2Fentry%2F2010%2F02%2F28%2F130800&quot; title=&quot;(.Net)ComboBoxでDataSourceオブジェクトの中にNullがあると... - 3流プログラマのメモ書き&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/d/deloreanmc12/20180220/20180220092952.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2010-02-28 13:08:00</published>
  <title>(.Net)ComboBoxでDataSourceオブジェクトの中にNullがあると...</title>
  <type>rich</type>
  <url>https://3ryupg.hatenablog.com/entry/2010/02/28/130800</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
