Search results for query: *

  • Users: paulw
  • Content: Threads
  • Order by date
  1. P

    Question Problem sorting DataGridView

    Hello All, The problem I'm having is when I programmatically sort my DataGridView I get the following exception: System.InvalidOperationException: DataGridView control must be bound to an IBindingList object to be sorted. This shouldn't be happening. The data source is a DataView which of...
  2. P

    Question Owner Drawn ComboBox FlatStyle

    I'm new here so I hope this is where to post this question. I'm extending a ComboBox with the DrawMode property set to DrawMode.OwnerDrawFixed. When I do this the FlatStyle property no longer works the same way. Changing the FlatStyle changes the look of the control, but not with the same...
Back
Top Bottom