c# - Position of Calendar in DateTimePicker Control -


i using datetimepicker control of .net framework 4.0 using c# , want behave bit differently default behavior. after clicking on calendar button, in default behavior calendar shown in bottom of control. want modify calendar appears on top of datetimepicker control in windows forms application.

any suggestion?

if using datetimepicker class system.windows.forms find 4 properties named right,left,top,bottom. using properties can set distance of calender control in pixels corresponding margin of container's client area. can set width property.

for more properties, check - link


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -