Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
テキストが MFC ComboBox の幅よりも長い場合、新しい文字の受け入れを停止します。長いテキストを MFC ComboBox に貼り付けると、残りの部分 (表示可能な長さよりも長い部分) がトリミングされます。
全文入力を許可するには?
Combobox コントロールには、'auto'長すぎて収まらないテキストを自動的にスクロールするプロパティがあります。デフォルトでは false です。この動作を有効にするには、true に設定します。
'auto'