Click here to Skip to main content
15,898,374 members
Home / Discussions / C#
   

C#

 
GeneralRe: not deleting a row in datagrid Pin
sarilee16-Apr-08 1:00
sarilee16-Apr-08 1:00 
GeneralSend email Pin
vanessa12315-Apr-08 22:29
vanessa12315-Apr-08 22:29 
GeneralRe: Send email Pin
Expert Coming15-Apr-08 22:47
Expert Coming15-Apr-08 22:47 
GeneralRe: Send email Pin
Ravenet16-Apr-08 0:15
Ravenet16-Apr-08 0:15 
GeneralIDE can not Load Project Pin
jason_mf15-Apr-08 22:24
jason_mf15-Apr-08 22:24 
GeneralAdd TrackBar to PropertyGrid - C# Pin
Member 223871415-Apr-08 21:41
Member 223871415-Apr-08 21:41 
GeneralRe: Add TrackBar to PropertyGrid - C# [modified] Pin
bscaer1-May-08 11:18
bscaer1-May-08 11:18 
GeneralRe: Add TrackBar to PropertyGrid - C# Pin
visualhint5-May-08 11:44
visualhint5-May-08 11:44 
Hi,

You are correct. The Microsoft PropertyGrid only allows a simple textbox, a textbox + button, or a textbox + dropdown button as inplace editors. Therefore you have 2 solutions:

1. Either host your trackbar in the dropdown window appearing when you click the dropdown button. You will need a UITypeEditor for that.
2. Or use a third party PropertyGrid like Smart PropertyGrid which allows many more types of inplace controls, the trackbar being one of them.

Best regards,

Nicolas Cadilhac @ VisualHint
Smart PropertyGrid.Net
Microsoft PropertyGrid Resource List
Free PropertyGrid for MFC
Smart FieldPackEditor.Net / DateTimePicker
GeneralProblem with tooltip Pin
rajeev8215-Apr-08 21:39
rajeev8215-Apr-08 21:39 
GeneralRe: Problem with tooltip Pin
mihai12315-Apr-08 22:21
mihai12315-Apr-08 22:21 
GeneralRe: Problem with tooltip [modified] Pin
cocoonwls15-Apr-08 22:30
cocoonwls15-Apr-08 22:30 
GeneralRe: Problem with tooltip Pin
rajeev8215-Apr-08 22:44
rajeev8215-Apr-08 22:44 
GeneralRe: Problem with tooltip Pin
Expert Coming15-Apr-08 22:49
Expert Coming15-Apr-08 22:49 
GeneralRe: Problem with tooltip Pin
cocoonwls15-Apr-08 23:28
cocoonwls15-Apr-08 23:28 
GeneralRe: Problem with tooltip Pin
rajeev8216-Apr-08 0:15
rajeev8216-Apr-08 0:15 
GeneralAvoid having more than 5 arguments in the Method:'{0}' Pin
preetej15-Apr-08 21:36
preetej15-Apr-08 21:36 
GeneralRe: Avoid having more than 5 arguments in the Method:'{0}' Pin
Christian Graus15-Apr-08 22:25
protectorChristian Graus15-Apr-08 22:25 
GeneralRe: Avoid having more than 5 arguments in the Method:'{0}' Pin
Vikram A Punathambekar15-Apr-08 22:49
Vikram A Punathambekar15-Apr-08 22:49 
GeneralRe: Avoid having more than 5 arguments in the Method:'{0}' Pin
Christian Graus16-Apr-08 11:23
protectorChristian Graus16-Apr-08 11:23 
GeneralRe: Avoid having more than 5 arguments in the Method:'{0}' Pin
Ravenet16-Apr-08 0:16
Ravenet16-Apr-08 0:16 
GeneralRe: Avoid having more than 5 arguments in the Method:'{0}' Pin
preetej16-Apr-08 3:46
preetej16-Apr-08 3:46 
GeneralRe: Avoid having more than 5 arguments in the Method:'{0}' Pin
Expert Coming15-Apr-08 22:52
Expert Coming15-Apr-08 22:52 
GeneralRe: Avoid having more than 5 arguments in the Method:'{0}' Pin
preetej16-Apr-08 3:43
preetej16-Apr-08 3:43 
GeneralRe: Avoid having more than 5 arguments in the Method:'{0}' Pin
preetej16-Apr-08 3:48
preetej16-Apr-08 3:48 
GeneralRe: Avoid having more than 5 arguments in the Method:'{0}' Pin
laserbaronen15-Apr-08 23:25
laserbaronen15-Apr-08 23:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.