English 中文(简体)
我能否把NSDatePicker的物体放在一间NSTableView中?
原标题:Can I put a NSDatePicker object in a cell of NSTableView?

现在 我只是利用NSTextCell与NSDateFormatter一起使用,我只想知道这是否可行,或许是利用这一机会。

提前感谢!

最佳回答

not without making a bunch of hacking... Apple doesn t provide the date picker cell for the table for some reason. I would keep the date formatter or make it so when the cell is clicked, it pops open the graphical date picker.

我在轴心档案中制造了一个菜单,将细胞菜单放到菜单上,制造了一个ns子板子子,压倒了 mo土:在点击时,它显示菜单。

问题回答

暂无回答




相关问题
Adding multiple custom cells in UITableView

Though this is one of the most asked question but i could not find one comprehensive answer. I need to have custom cells in UITableView. Some containing labels or text fields and some with images and ...

iPhone - having selected cell move to top of uitableview

I looked for this problem and I don t believe I could find an answer. I have a tableview of custom cells that when clicked, the selected cell pushes a new cell with information. I was wondering if ...

Drag and drop item from UITableView to UITableView

I know there are number of threads available on stackoverflow regarding drag & drop between two UITableView but I am not able to work on it smoothly. Please do not post links of that ...

C# 4 - DataGridView with proper ProgressBar control

I need to display a progress bar in a DataGridView. I ve searched around and I ve found many (many, many, ...) implementations that basically render a progress bar by drawing it into the cell. Isn t ...

Problem with cellForRowAtIndexPath and NSBundle mainBundle

have an idea to solve this problem? This is the correct and wrong way respectly: This is working code: - (UITableViewCell *)[...] cellForRowAtIndexPath:(NSIndexPath *)indexPath { @try { ...

热门标签