Post subject: How can I make DataGridView replicate this?
Editor
Joined: 3/31/2010
Posts: 1466
Location: Not playing Puyo Tetris
I have a DataGridView set to Fill on a Form Object. This is what I want to create in VB.Net using that DataGridView: [URL=http://s530.photobucket.com/user/hegyak/media/SpellPCGen.png.html][/URL] My main focus is on getting the Black Bars for Class name (Sorcerer) and Level 0, Level 1, ect, Black Bars. I will be using this Code to handle spell information.
dgvSpells.Columns.Add("col1", "Spell Name")
        dgvSpells.Columns.Add("col2", "Save DC")
        dgvSpells.Columns.Add("col3", "Save Type")
        dgvSpells.Columns.Add("col4", "Casting Time")
        dgvSpells.Columns.Add("col5", "Duration")
        dgvSpells.Columns.Add("col6", "Range")
        dgvSpells.Columns.Add("col7", "Components")
        dgvSpells.Columns.Add("col8", "SR")
        dgvSpells.Columns.Add("col9", "School")
        dgvSpells.Columns.Add("col10", "Spell Description")
When TAS does Quake 1, SDA will declare war. The Prince doth arrive he doth please.