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.
NM_CUSTOMDRAW では、何かを描画して CDRF_SKIPDEFAULT を返します。ただし、テキストが列幅よりも長い場合、最後の 3 つのドットは表示されません。
3 つのドットを表示するが、カスタム描画を許可する方法は?
DrawTextAPI を使用して、DT_END_ELLIPSISフラグを使用してテキストを描画します。詳細はこちら:
DrawText
DT_END_ELLIPSIS
http://support.microsoft.com/kb/249678
ボタンのテキストを 2 行で取得しようとしています。フィドルを参照してください: http://jsfiddle.net/gaurav360/Yxqx2/
Operaを除くすべて