ShellViewColumnsShow Method |
Namespace: Jam.Shell
if (IsMyMusic()) { //"Show" shows the column at its default position, but you can determine the position by using "Insert" or "Add" explorerBrowser1.Columns.Show(SHCOLUMNID.ShellColumnMusicTitlenumber); explorerBrowser1.Columns.Show(SHCOLUMNID.ShellColumnSummaryTitle); explorerBrowser1.Columns.Show(SHCOLUMNID.ShellColumnMusicArtist); explorerBrowser1.Columns.Show(SHCOLUMNID.ShellColumnMusicAlbum); explorerBrowser1.Columns.Show(SHCOLUMNID.ShellColumnMusicYear); explorerBrowser1.Columns[explorerBrowser1.Columns.Count - 1].Caption = "Custom title"; }