- 눈에 안 띄는 글자들 처리(listview group, trend chart legend)
- listview column width 꽉차도록 처리
This commit is contained in:
@@ -58,12 +58,12 @@ namespace friction
|
||||
|
||||
private void lvSpring_SizeChanged(object sender, EventArgs e)
|
||||
{
|
||||
lvSpring.Columns[0].Width = lvSpring.Width - SystemInformation.VerticalScrollBarWidth - lvSpring.Margin.Right*2;
|
||||
Theme.ResizeFullColumn(lvSpring);
|
||||
}
|
||||
|
||||
private void lvTable_SizeChanged(object sender, EventArgs e)
|
||||
{
|
||||
lvTable.Columns[0].Width = lvTable.Width - SystemInformation.VerticalScrollBarWidth - lvTable.Margin.Right*2;
|
||||
Theme.ResizeFullColumn(lvTable);
|
||||
}
|
||||
|
||||
private void SelectSpring(int iIdx)
|
||||
|
||||
Reference in New Issue
Block a user