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.
文字列が長すぎて完全に表示できない場合に、文字列のどの部分を WPF コンボボックスに表示するかを設定する方法はありますか?
たとえば、「my very long string」という文字列があり、選択すると「my very l」に切り捨てられます。代わりに「長い文字列」を表示したいと思います。
それが理にかなっていることを願っています!
バインディングが指定されている場合は、文字列の長さを考慮する値コンバーターを使用できます。値が値より大きい場合は、文字列をトリミングして "..." を追加します。