This example demonstrates how to create a custom in-place editor (CustomAnyControlEdit
) with the Auto Height functionality. The example implements the IHeightAdaptable
interface for the editor's ViewInfo
class, calculates the height required to display the content of the editor, and returns the height in the IHeightAdaptable.CalcHeight
method.
- Form1.cs
- CustomAnyControlEdit.cs
- CustomAnyControlEditPainter.cs
- CustomAnyControlEditRepositoryItem.cs
- CustomAnyControlEditViewInfo.cs
(you will be redirected to DevExpress.com to submit your response)