mirror of
https://gitee.com/AntdUI/AntdUI.git
synced 2026-03-25 23:20:55 +08:00
👾 Transfer 内容过长缩略显示
This commit is contained in:
@@ -302,7 +302,7 @@ namespace AntdUI
|
||||
PaintOperationButtons(g);
|
||||
}
|
||||
|
||||
readonly FormatFlags sf = FormatFlags.Left | FormatFlags.VerticalCenter | FormatFlags.EllipsisCharacter, sfL = FormatFlags.Left | FormatFlags.VerticalCenter, sfR = FormatFlags.Right | FormatFlags.VerticalCenter;
|
||||
readonly FormatFlags sf = FormatFlags.Left | FormatFlags.VerticalCenter | FormatFlags.NoWrapEllipsis, sfL = FormatFlags.Left | FormatFlags.VerticalCenter, sfR = FormatFlags.Right | FormatFlags.VerticalCenter;
|
||||
private void PaintListPanel(Canvas g, Rectangle rect, Rectangle rect_com, Rectangle rect_title, Rectangle rect_checkbox, string title, ScrollBar scroll, bool selectAll, bool isTarget)
|
||||
{
|
||||
// 获取颜色
|
||||
|
||||
Reference in New Issue
Block a user