User Activity

  • Posted a comment on ticket #25 on ObjectListView

    If you are using CellEditUseWholeCell = true; you should also add e.Control.Width += offset;

  • Posted a comment on ticket #25 on ObjectListView

    I've been bugged by this for a while, and seeing I'm not the only one I found a solution: private void olv_CellEditStarting(object sender, CellEditEventArgs e) { if (e.SubItemIndex > 0) { int indent = 15; int padding = 5; int treeDepth = Find Depth of Object; int offset = (++treeDepth * indent) + padding; e.Control.Left -= offset; } }

View All

Personal Data

Username:
troyelder
Joined:
2014-05-30 11:42:54

Projects

  • No projects to display.

Personal Tools

MongoDB Logo MongoDB