How do you add a toolbar to the bottom of an NSTableView?

前端 未结 1 1815
Happy的楠姐
Happy的楠姐 2020-12-29 12:12

Check the following image, how can I add this kind of bar to my own NSTableViews? Other uses are in the network preferences app. What\'s the magic trick to make this work?

1条回答
  •  無奈伤痛
    2020-12-29 12:43

    I don't think there is any "magic trick." This is something you will have to implement yourself.

    It looks like a group of Gradient style NSButtons placed below the table view. An NSSegmentedControl in Small Square style would work too.

    0 讨论(0)
提交回复
热议问题