Winform

You are currently browsing articles tagged Winform.

Let us look at some common means that different frameworks use to deliver a result to this question.

As I mentioned before, I mostly used the standard .NET components or VCL controls. Data-based VCL controls can be bound to TDataSource (and derivatives due to polymorphism). If an item is being selected, the cursor in the source moves accordingly. Thus, there is no difficulty to determine which row in the dataset it… Continue reading

Today I found yet another example that most blog posts do not need to describe something extremely complicated to be helpful. I was talking to a co-worker at University about the fact that the standard TreeView control that is being delivered with the .NET libraries is a bit unusual to use. Especially, binding data to it is not an easy thing to do.

I immediately thought of XtraTreeView by DevExpress, which… Continue reading