TableLayoutPanel Styles
Posted by James Jardine on October 23, 2007 · Comments Off on TableLayoutPanel Styles
Filed under: Uncategorized
Filed under: Uncategorized
Setting Styles: In the midst of working with the tablelayoutpanel I found I needed to control the styles of the cells. There is a lot to cover for controlling the rows and columns, so for now I am just going to cover the basics. The row styles ...
Hide properties in BindingList
Posted by James Jardine on October 23, 2007 · Comments Off on Hide properties in BindingList
Filed under: Uncategorized
Filed under: Uncategorized
I was recently working on a project that needed a custom list of objects bound to a DataGridView. I found the BindingList but soon realized that it bound all of my public properties to the DataGridView. This was not the outcome I was looking for so I started doing a lot of research. I couldn't ...