Skip to content

DevExpress-Examples/create-custom-editor-with-auto-height-functionality

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to create a custom editor with the Auto Height functionality

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.

Files to Review

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)