G Guest Jan 29, 2004 #1 Is it possible to put a label (or more labels) to datagrid on any position and when datagrid is moved also label is moved with it.
Is it possible to put a label (or more labels) to datagrid on any position and when datagrid is moved also label is moved with it.
M Miha Markic [MVP C#] Jan 29, 2004 #2 Hi, I would say no since DataGrid is not a container. You could handle it manually by implementing DataGrid.Move method and move label accordingly. -- Miha Markic [MVP C#] - RightHand .NET consulting & software development miha at rthand com www.rthand.com Matkov said: Is it possible to put a label (or more labels) to datagrid on any position Click to expand... and when datagrid is moved also label is moved with it.
Hi, I would say no since DataGrid is not a container. You could handle it manually by implementing DataGrid.Move method and move label accordingly. -- Miha Markic [MVP C#] - RightHand .NET consulting & software development miha at rthand com www.rthand.com Matkov said: Is it possible to put a label (or more labels) to datagrid on any position Click to expand... and when datagrid is moved also label is moved with it.
H Herfried K. Wagner [MVP] Jan 29, 2004 #3 * =?Utf-8?B?TWF0a292?= said: Is it possible to put a label (or more labels) to datagrid on any position and when datagrid is moved also label is moved with it. Click to expand... Why not put the label into a cell?
* =?Utf-8?B?TWF0a292?= said: Is it possible to put a label (or more labels) to datagrid on any position and when datagrid is moved also label is moved with it. Click to expand... Why not put the label into a cell?